Commit bfcedee0385cdb0b5f6ed063075a664d513b342e

Sebastian Hahn 2015-08-13T15:04:14

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