summaryrefslogtreecommitdiff
path: root/src/modl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commit796609174e5ecb35fab992969e7690186840048a (patch)
tree1e4370d47f2a5c050b768c228e73e028a6611cb8 /src/modl.h
parent312fe18cb5f97143f3600b207e979bc559256b6f (diff)
tagging ychat-0.7.3ychat-0.7.3
Diffstat (limited to 'src/modl.h')
-rwxr-xr-xsrc/modl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modl.h b/src/modl.h
index 50587cd..a65077d 100755
--- a/src/modl.h
+++ b/src/modl.h
@@ -11,7 +11,7 @@ class modl : private smap<dynmod*,string>
{
private:
static void dlclose_( dynmod* mod );
- dynmod* cache_module ( string s_name );
+ dynmod* cache_module ( string s_name, bool b_print_sys_msg );
void preload_modules( string s_path );
#ifdef NCURSES