[or-cvs] and another one

Roger Dingledine arma at seul.org
Thu Oct 14 02:49:51 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common

Modified Files:
	util.h 
Log Message:
and another one


Index: util.h
===================================================================
RCS file: /home/or/cvsroot/src/common/util.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- util.h	12 Oct 2004 20:28:53 -0000	1.96
+++ util.h	14 Oct 2004 02:49:48 -0000	1.97
@@ -208,7 +208,7 @@
 int check_private_dir(const char *dirname, int create);
 int write_str_to_file(const char *fname, const char *str, int bin);
 char *read_file_to_str(const char *filename, int bin);
-int parse_line_from_file(char *line, int maxlen, FILE *f, char **key_out, char **value_out);
+int parse_line_from_file(char *line, size_t maxlen, FILE *f, char **key_out, char **value_out);
 char *expand_filename(const char *filename);
 int replace_file(const char *from, const char *to);
 



More information about the tor-commits mailing list