]> granicus.if.org Git - libevent/commit
Add a prototype for event_disable_debug_mode()
authorSebastian Hahn <sebastian@torproject.org>
Thu, 13 Aug 2015 13:04:14 +0000 (15:04 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Thu, 10 Sep 2015 08:53:54 +0000 (11:53 +0300)
commitbfcedee0385cdb0b5f6ed063075a664d513b342e
tree25131a607dba43903558e9ea2a879a0b03e81cf7
parent714fc70500c4b94e58c930c62f9dabd8fe7478b8
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
event-internal.h