summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-08 00:52:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-08 00:52:03 +0000
commita81394b65dc366a9650fe05edf1c0f18d0ac700a (patch)
tree7fa3844d14ce8c1a3595687a1859aa5b660b38f5 /include
parent50ef6d1e9825230b99bfb42a7f9d4826bc61d8e7 (diff)
Changed the final bunch of udp_* vars to server_*/tcp_*
Fixed ircservices sending PING git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1326 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 076db91ae..2777de1a2 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -84,7 +84,7 @@ void handle_unloadmodule(char **parameters, int pcnt, userrec *user);
/** Special functions for processing server to server traffic
*/
-void handle_link_packet(char* udp_msg, char* tcp_host, serverrec *serv);
+void handle_link_packet(char* tcp_msg, char* tcp_host, serverrec *serv);
void process_restricted_commands(char token,char* params,serverrec* source,serverrec* reply, char* tcp_host,char* ipaddr,int port);
/** These are the handlers for server commands (tokens)