summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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)