X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.h;fp=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.h;h=473f9937e74d27866cc7a7c3b1f1fc1e484ca004;hb=22e65c7b52584ad3ed4a20a8d40d4a018b52e345;hp=af405ea5b8b3eea933625539d2e573fcc6f2460d;hpb=7b0ad13874c8f00426459f28bead2e3f3ec8d696;p=citadel.git diff --git a/citadel/modules/xmpp/serv_xmpp.h b/citadel/modules/xmpp/serv_xmpp.h index af405ea5b..473f9937e 100644 --- a/citadel/modules/xmpp/serv_xmpp.h +++ b/citadel/modules/xmpp/serv_xmpp.h @@ -83,3 +83,4 @@ void xmpp_send_message(char *, char *); void xmpp_non_sasl_authenticate(char *, char *, char *, char *); void xmpp_massacre_roster(void); void xmpp_delete_old_buddies_who_no_longer_exist_from_the_client_roster(void); +int xmpp_is_visible(struct CitContext *cptr);