diff options
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index d2fa40e20..ddfdf2826 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -84,4 +84,6 @@ bool AllModulesReportReady(userrec* user); bool DirValid(char* dirandfile); std::string GetFullProgDir(char** argv, int argc); +int InsertMode(std::string &output, const char* modes, unsigned short section); + #endif |