update.h (126B)
1 /* update.h */ 2 3 #ifndef UPDATE_H 4 #define UPDATE_H 5 6 #include "get.h" 7 8 int count_hosts_in_content(const char *content); 9 10 #endif