]> jfr.im git - irc/quakenet/newserv.git/blob - authhash/authhash.h
Merge.
[irc/quakenet/newserv.git] / authhash / authhash.h
1 /* authhash.h */
2
3 #ifndef __AUTHHASH_H
4 #define __AUTHHASH_H
5
6 nick *getnickbyauth(const char *auth);
7
8 extern int nextbyauthext;
9 #define nextbyauth(x) (nick *)(x->exts[nextbyauthext])
10 #define authhashloaded() (findnickext("authhash") != -1)
11
12 #endif