summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_stats.h')
-rw-r--r--ot_stats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ot_stats.h b/ot_stats.h
index 6a2515b..ed60f68 100644
--- a/ot_stats.h
+++ b/ot_stats.h
@@ -40,11 +40,11 @@ enum {
40 40
41void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data ); 41void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data );
42void stats_deliver( int64 sock, int tasktype ); 42void stats_deliver( int64 sock, int tasktype );
43void stats_cleanup(); 43void stats_cleanup( void );
44size_t return_stats_for_tracker( char *reply, int mode, int format ); 44size_t return_stats_for_tracker( char *reply, int mode, int format );
45size_t stats_return_tracker_version( char *reply ); 45size_t stats_return_tracker_version( char *reply );
46void stats_init( ); 46void stats_init( void );
47void stats_deinit( ); 47void stats_deinit( void );
48 48
49extern const char *g_version_rijndael_c; 49extern const char *g_version_rijndael_c;
50extern const char *g_version_livesync_c; 50extern const char *g_version_livesync_c;