X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fclass.h;h=0e197461b8bd77663ef39b40e6fc1dde8143bdbb;hb=f8e41381b7085c3815601eaf4be87f7d860a4599;hp=93ba2bdc424f548bb3ed353466d768b4c7be12b8;hpb=1b7928d251ad4ec2a5692dcdc233b8363823bd13;p=ircu2.10.12-pk.git diff --git a/include/class.h b/include/class.h index 93ba2bd..0e19746 100644 --- a/include/class.h +++ b/include/class.h @@ -75,7 +75,6 @@ extern struct ConnectionClass *find_class(const char *name); extern struct ConnectionClass *make_class(void); extern void free_class(struct ConnectionClass * tmp); extern unsigned int get_con_freq(struct ConnectionClass * clptr); -extern unsigned int get_client_ping(struct Client *acptr); extern char *get_conf_class(const struct ConfItem *aconf); extern int get_conf_ping(const struct ConfItem *aconf); extern char *get_client_class(struct Client *acptr);