diff options
Diffstat (limited to 'bbsconfig.h')
-rw-r--r-- | bbsconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbsconfig.h b/bbsconfig.h index e676b74..3819d9d 100644 --- a/bbsconfig.h +++ b/bbsconfig.h @@ -58,6 +58,7 @@ extern bbs_config g_config; int config_default(); int config_from_ini( const char *config_file ); int config_from_argv( int argc, char **argv ); +char* config_to_str( size_t max_size ); #endif
\ No newline at end of file |