diff options
Diffstat (limited to 'src/statistics/functions.h')
-rw-r--r-- | src/statistics/functions.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/statistics/functions.h b/src/statistics/functions.h index 053531a9..04932862 100644 --- a/src/statistics/functions.h +++ b/src/statistics/functions.h | |||
@@ -51,9 +51,10 @@ typedef struct SE_ | |||
51 | 51 | ||
52 | extern StatEntry stats[]; | 52 | extern StatEntry stats[]; |
53 | 53 | ||
54 | void init_functions (struct GNUNET_GE_Context *e, | 54 | void |
55 | struct GNUNET_GC_Configuration *c); | 55 | init_functions (struct GNUNET_GE_Context *e, struct GNUNET_GC_Configuration *c); |
56 | 56 | ||
57 | void done_functions (void); | 57 | void |
58 | done_functions (void); | ||
58 | 59 | ||
59 | #endif | 60 | #endif |