X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fhandlers.h;fp=include%2Fhandlers.h;h=1fed4090b0c87142f727ccc80c781e29ef82a52e;hp=8d522155f81199205a41c637a0d860daca0e6611;hb=21ced3d1658353412b92c551df8b095022449c82;hpb=888f14529bcb499e8acbcf090360b63e99bc555a diff --git a/include/handlers.h b/include/handlers.h index 8d52215..1fed409 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -194,6 +194,7 @@ extern int ms_end_of_burst(struct Client*, struct Client*, int, char*[]); extern int ms_end_of_burst_ack(struct Client*, struct Client*, int, char*[]); extern int ms_error(struct Client*, struct Client*, int, char*[]); extern int ms_fakehost(struct Client*, struct Client*, int, char*[]); +extern int ms_fakehost2(struct Client*, struct Client*, int, char*[]); extern int ms_fakehost_old(struct Client*, struct Client*, int, char*[]); extern int ms_gline(struct Client*, struct Client*, int, char*[]); extern int ms_hidehost(struct Client*, struct Client*, int, char*[]);