summaryrefslogtreecommitdiff
path: root/src/sign.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
commit5f4e214740242513c837c8a005ca23779bab1d0c (patch)
tree3880f745b0d3376030e3342e60679f25b38bdc4c /src/sign.h
parent23c5e7d57e1e9216f4da3446656df2dc7202975d (diff)
tagging ychat-0.8.2ychat-0.8.2
Diffstat (limited to 'src/sign.h')
-rw-r--r--src/sign.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sign.h b/src/sign.h
index b11bf75..0f909b3 100644
--- a/src/sign.h
+++ b/src/sign.h
@@ -7,8 +7,10 @@
class sign
{
private:
- static void clean_template_cache(int i_param);
+ static void clean_template_cache(int i_param);
+ static void reload_dlopen_modules(int i_param); //<<
#ifdef CTCSEGV
+
static void sigsev_received(int i_param);
#endif