X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a8370a2040a877d2ec0c9c502e6d42fb9bcbf7a2..06742a38f2b752d776bb3e35dc7d1f5061de9ceb:/src/helpfile.h diff --git a/src/helpfile.h b/src/helpfile.h index 9d9ed3c..9a62664 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -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