diff options
Diffstat (limited to 'ot_stats.h')
| -rw-r--r-- | ot_stats.h | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -3,8 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | $id$ */ | 4 | $id$ */ |
| 5 | 5 | ||
| 6 | #ifndef __OT_STATS_H__ | 6 | #ifndef OT_STATS_H__ |
| 7 | #define __OT_STATS_H__ | 7 | #define OT_STATS_H__ |
| 8 | 8 | ||
| 9 | typedef enum { | 9 | typedef enum { |
| 10 | EVENT_ACCEPT, | 10 | EVENT_ACCEPT, |
| @@ -46,4 +46,7 @@ size_t stats_return_tracker_version( char *reply ); | |||
| 46 | void stats_init( ); | 46 | void stats_init( ); |
| 47 | void stats_deinit( ); | 47 | void stats_deinit( ); |
| 48 | 48 | ||
| 49 | extern const char *g_version_rijndael_c; | ||
| 50 | extern const char *g_version_livesync_c; | ||
| 51 | |||
| 49 | #endif | 52 | #endif |
