]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/helpfile.h
fix bug when ldap is compiled in but disabled in config
[irc/evilnet/x3.git] / src / helpfile.h
index 9d9ed3c1981eed30836f584990553e3080dc554d..60b4aded8ea2d356c2f1b11b5f95191c54b63ad0 100644 (file)
@@ -108,4 +108,8 @@ void helpfile_finalize(void);
 struct helpfile *open_helpfile(const char *fname, expand_func_t expand);
 void close_helpfile(struct helpfile *hf);
 
+#ifdef HAVE_HELPSERV
+const char *get_helpserv_id(const char *nick, struct userNode *user);
+#endif
+
 #endif