summaryrefslogtreecommitdiff
path: root/src/common/core.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-07-19 15:27:18 -0700
committerBen Longbons <b.r.longbons@gmail.com>2012-07-19 15:36:10 -0700
commitd9628b27abfb090d854f77073bc9a1870d804164 (patch)
tree185407724c8569d84d49f1c098faf38df0df88e4 /src/common/core.h
parentcf14f8379f9315859d2d829f40c219e04fdd88f5 (diff)
downloadtmwa-d9628b27abfb090d854f77073bc9a1870d804164.tar.gz
tmwa-d9628b27abfb090d854f77073bc9a1870d804164.tar.bz2
tmwa-d9628b27abfb090d854f77073bc9a1870d804164.tar.xz
tmwa-d9628b27abfb090d854f77073bc9a1870d804164.zip
Hopefully make shutdown more clean.
Diffstat (limited to 'src/common/core.h')
-rw-r--r--src/common/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.h b/src/common/core.h
index 6722ca2..44473e9 100644
--- a/src/common/core.h
+++ b/src/common/core.h
@@ -13,7 +13,7 @@ extern bool runflag;
extern int do_init (int, char **);
/// Cleanup function called whenever a signal kills us
-/// NOT currently called when exit() is called
+/// or when if we manage to exit() gracefully.
extern void term_func (void);
#endif // CORE_H