- Lets put messages from connecting links through the right handler.
[ircu2.10.12-pk.git] / include / packet.h
index 848e99b6fca3387dc380af60c2bf5a15baff634d..e0c2a4bdcd381a6edf7e766cb80eb66de27542fb 100644 (file)
@@ -17,6 +17,7 @@ struct Client;
  */
 
 extern int server_dopacket(struct Client* cptr, const char* buffer, int length);
+extern int connect_dopacket(struct Client* cptr, const char* buffer, int length);
 extern int client_dopacket(struct Client* cptr, unsigned int length);
 
 #endif /* INCLUDED_packet_h */