]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - include/defs.h
Fix the creation of the datafile
[thirdparty/sarg.git] / include / defs.h
index a87a425059aff9c2b1ccea1325940a9bcf4d13b2..fbc9286c133c8bc3f69dd097e8fa6068b778b460 100755 (executable)
@@ -226,6 +226,7 @@ void debuga(const char *msg,...);
 void debugaz(const char *head, const char *msg);
 void my_lltoa(unsigned long long int n, char *s, int ssize, int len);
 char *get_size(const char *path, const char *file);
+void url_hostname(const char *url,char *hostname,int hostsize);
 void url_module(const char *url, char *w2);
 void url_to_file(const char *url,char *file,int filesize);
 void strip_latin(char *line);