Skip to content

Commit

Permalink
Update update.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rompelhd authored May 7, 2024
1 parent e5e5bf4 commit 361dd84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/update.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <iostream>
#include <map>
#include <string>
#include <sys/ioctl.h>
#include <unistd.h>

extern std::string url;

Expand All @@ -14,6 +16,6 @@ inline size_t WriteCallback(void *contents, size_t size, size_t nmemb, std::stri
return size * nmemb;
}

void checkupdate(const std::map<std::string, std::string>& translations);
int checkupdate(const std::map<std::string, std::string>& translations);

#endif

0 comments on commit 361dd84

Please sign in to comment.