diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-22 02:26:54 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-22 02:26:54 +0000 |
commit | 350d6db395f1d681af441c89090a5189c15f751e (patch) | |
tree | 078f92be1b7cfe09d1e263af1c28eeeb06714042 /include | |
parent | 5097707f6003a4a4e77b246148bbcbe67c767d6c (diff) |
Changed revision id's to std::string
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1472 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 6cd4c6350..dfe01cd00 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -102,7 +102,7 @@ void force_nickchange(userrec* user,const char* newnick); void kill_link(userrec *user,const char* r); void kill_link_silent(userrec *user,const char* r); void call_handler(const char* commandname,char **parameters, int pcnt, userrec *user); -long GetRevision(); +std::string GetRevision(); int loop_call(handlerfunc fn, char **parameters, int pcnt, userrec *u, int start, int end, int joins); void kick_channel(userrec *src,userrec *user, chanrec *Ptr, char* reason); void AddWhoWas(userrec* u); |