mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-02-22 12:07:10 +01:00
12 lines
280 B
C
12 lines
280 B
C
![]() |
|
||
|
#include <string>
|
||
|
using namespace std;
|
||
|
|
||
|
string CheckNewVersions();
|
||
|
string NewVersionsText();
|
||
|
string new_update(string rev, string filename);
|
||
|
string new_theme(string themename, string filename);
|
||
|
void update(string filename);
|
||
|
bool CheckRev();
|
||
|
void CounterUpdate(string revnumber);
|