Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / include / client.h
index c8e77c5d2f8b1b8a201573b7e817796b00588e9a..f6c35f64fa59fa8b33ab35381fc79afb1b2bce14 100644 (file)
@@ -310,7 +310,7 @@ typedef enum ShowIPType {
 } ShowIPType;
 
 extern const char* get_client_name(const struct Client* sptr, int showip);
-extern unsigned int client_get_ping(const struct Client* local_client);
+extern int client_get_ping(const struct Client* local_client);
 
 
 #endif /* INCLUDED_client_h */