diff options
Diffstat (limited to 'libnetdata/health/health.h')
-rw-r--r-- | libnetdata/health/health.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libnetdata/health/health.h b/libnetdata/health/health.h index f7580eda..6b8f9b38 100644 --- a/libnetdata/health/health.h +++ b/libnetdata/health/health.h @@ -46,10 +46,10 @@ typedef struct silencers { extern SILENCERS *silencers; -extern SILENCER *create_silencer(void); -extern int health_silencers_json_read_callback(JSON_ENTRY *e); -extern void health_silencers_add(SILENCER *silencer); -extern SILENCER * health_silencers_addparam(SILENCER *silencer, char *key, char *value); -extern int health_initialize_global_silencers(); +SILENCER *create_silencer(void); +int health_silencers_json_read_callback(JSON_ENTRY *e); +void health_silencers_add(SILENCER *silencer); +SILENCER * health_silencers_addparam(SILENCER *silencer, char *key, char *value); +int health_initialize_global_silencers(); #endif |