diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 21:26:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 21:26:34 +0000 |
commit | d7f9becf8c383d83cead5f3b7b3be0dc0d1327f0 (patch) | |
tree | 8eef194cfc19b9d2ac9216200d2e22e894ba4ce4 /include | |
parent | e803b780f44d76cf3cb5ab4658e9841d589f48f1 (diff) |
Forgot to save some stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@654 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 36d902fbf..13c3a0f5d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -116,6 +116,7 @@ void call_handler(const char* commandname,char **parameters, int pcnt, userrec * void send_network_quit(const char* nick, const char* reason); void ChangeName(userrec* user, const char* gecos); void ChangeDisplayedHost(userrec* user, const char* host); +long GetRevision(); // mesh network functions |