[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] get the function prototype right
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
or.h
Log Message:
get the function prototype right
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- or.h 21 Jul 2004 00:12:42 -0000 1.388
+++ or.h 21 Jul 2004 00:21:26 -0000 1.389
@@ -1197,7 +1197,7 @@
int authdir_mode(void);
int clique_mode(void);
int server_mode(void);
-advertised_server_mode(void);
+int advertised_server_mode(void);
int exit_server_mode(void);
int proxy_mode(void);