Author :
Sebastian Hahn
Date :
2015-08-13 15:04:14
Hash :bfcedee0 Message :Add a prototype for event_disable_debug_mode()
Exporting this function seems rather useless, as debugging mode has to
be enabled early and calling this function doesn't allow it to get
toggled back on later.
Fixes a compile warning when using clang 3.6.
Fixes #271
Fixes #224