diff options
| author | 2005-06-01 15:23:25 +0000 | |
|---|---|---|
| committer | 2005-06-01 15:23:25 +0000 | |
| commit | d27fc9f220242592a12157e2667e831c23ef8eea (patch) | |
| tree | 5e2495398e144f79e4f3292f4678655668157af8 /include | |
| parent | Fixes for missing vars (diff) | |
Missing vars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1583 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 5afdc21fb..7880b72fc 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -125,3 +125,6 @@ void handle_version(char **parameters, int pcnt, userrec *user); void AddServerName(std::string servername); const char* FindServerNamePtr(std::string servername); + +std::string GetVersionString(); + |
