]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - include/conf.h
Protect ip2name against buffer overflows and replace characters that are valid in...
[thirdparty/sarg.git] / include / conf.h
index 2aaf653f6918820922d9395457616de0085753b8..faae954a928ae01be2c248feef286f7e7f8a2e99 100755 (executable)
@@ -351,6 +351,6 @@ int getword(char *word, int limit, char *line, int stop);
 int getword_multisep(char *word, int limit, char *line, int stop);
 int getword3(char *word, int limit, char *line, int stop);
 void name_month(char *month,int month_len);
-
+void ip2name(char *ip,int ip_len);
 
       
\ No newline at end of file