Core rework

This commit is contained in:
Luca Deri 2015-07-29 23:52:32 +02:00
parent d3be8a494d
commit 177d6e04dd
8 changed files with 70 additions and 48 deletions

View file

@ -70,6 +70,7 @@ class Utils {
static ticks getticks();
static char* getURL(char *url, char *buf, u_int buf_len);
static bool discardOldFilesExceeding(const char *path, const unsigned long max_size);
static void readMac(char *ifname, dump_mac_t mac_addr);
};
#endif /* _UTILS_H_ */