Fix SIGUSR1 handling on Solaris.
[paraslash.git] / server.h
index c248f5202138aa53c856eec9fc8e0751a5717c94..84338e92aa5956560a5659ffc5dd073b1eccef17 100644 (file)
--- a/server.h
+++ b/server.h
@@ -108,6 +108,6 @@ extern struct server_args_info conf;
 /** Socket for afs-server communication. */
 extern int afs_socket;
 
-int handle_connect(int fd, struct sockaddr_in *addr);
+int handle_connect(int fd, const char *peername);
 void mmd_unlock(void);
 void mmd_lock(void);