diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index b1eb9b263..8b031012d 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -618,6 +618,10 @@ class CoreExport ServerConfig : public Extensible */ void ClearStack(); + /** Get server ID as string with required leading zeroes + */ + std::string GetSID(); + /** Update the 005 vector */ void Update005(); |