]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2791] Quiet compiler warnings from libevent.
authorMartin Burnicki <burnicki@ntp.org>
Fri, 20 Mar 2015 10:47:15 +0000 (11:47 +0100)
committerMartin Burnicki <burnicki@ntp.org>
Fri, 20 Mar 2015 10:47:15 +0000 (11:47 +0100)
bk: 550bfab3oZcrZMa9zRJ4OkhLckKkGQ

ChangeLog
sntp/libevent/evthread-internal.h

index fb2bde67253b1d1696508e64039212a884f2e1c0..b6a75f9e6e1e9267eb3dd0e831a7df899ddef810 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 ---
 
+* [Bug 2791] Quiet compiler warnings from libevent.
 * [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
 * Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
 * Use predefined function types for parse driver functions
index 16adf167d2e5bf7e40012aa9a1dc8a76b970d15e..efdecf81e7cd5a29cd57ad7c085188816e3c4ea6 100644 (file)
@@ -377,9 +377,9 @@ int evutil_global_setup_locks_(const int enable_locks);
 int evutil_secure_rng_global_setup_locks_(const int enable_locks);
 
 /** Return current evthread_lock_callbacks */
-struct evthread_lock_callbacks *evthread_get_lock_callbacks();
+struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
 /** Return current evthread_condition_callbacks */
-struct evthread_condition_callbacks *evthread_get_condition_callbacks();
+struct evthread_condition_callbacks *evthread_get_condition_callbacks(void);
 /** Disable locking for internal usage (like global shutdown) */
 void evthreadimpl_disable_lock_debugging_(void);