summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-netjoin.h
blob: ef2cabd57ca25b43e170ed53888207a2cf7c0f96 (plain)
1
2
3
4
5
6
#ifndef __FE_NETJOIN_H
#define __FE_NETJOIN_H

int netsplit_is_join(IRC_SERVER_REC *server, const char *nick, const char *address);

#endif