X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fhash.h;h=e702e63bd29a7bb3c93dcb573aa24136c0deee21;hb=refs%2Fheads%2Fupstream;hp=62f4770918c6527723e1a54feb373fdd1ee0a72b;hpb=6978c1326bbe28f7dac9ef26bfd9995c32113e51;p=ircu2.10.12-pk.git diff --git a/include/hash.h b/include/hash.h index 62f4770..e702e63 100644 --- a/include/hash.h +++ b/include/hash.h @@ -26,6 +26,7 @@ struct Client; struct Channel; +struct StatDesc; /* * general defines @@ -87,6 +88,8 @@ extern int m_hash(struct Client *cptr, struct Client *sptr, int parc, char *parv extern int isNickJuped(const char *nick); extern int addNickJupes(const char *nicks); extern void clearNickJupes(void); +extern void stats_nickjupes(struct Client* to, const struct StatDesc* sd, + char* param); extern void list_next_channels(struct Client *cptr); #endif /* INCLUDED_hash_h */