summaryrefslogtreecommitdiff
path: root/src/conf/conf.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
commitf038883a6e004eb4312ba1e761da06b596e14d3f (patch)
tree358f989cac07885cfa913c66a0d563d18c021b26 /src/conf/conf.h
parent98eac951f8087b213f5850bd126dcb279db360a8 (diff)
tagging ychat-0.7.7.0ychat-0.7.7.0
Diffstat (limited to 'src/conf/conf.h')
-rwxr-xr-xsrc/conf/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf/conf.h b/src/conf/conf.h
index 5be2740..20aa91c 100755
--- a/src/conf/conf.h
+++ b/src/conf/conf.h
@@ -22,8 +22,7 @@ public:
conf(string s_conf, map<string,string>* p_start_params);
~conf();
- string colored_error_msg(string s_key); //<<
- int get_int(string s_key);
+ string colored_error_msg( string s_key ); //<<
};
#endif