summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/sar_pb_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/sar_pb_stats.h')
-rw-r--r--cesar/mac/sar/sar_pb_stats.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cesar/mac/sar/sar_pb_stats.h b/cesar/mac/sar/sar_pb_stats.h
index 0abdfa3d06..28f48b9824 100644
--- a/cesar/mac/sar/sar_pb_stats.h
+++ b/cesar/mac/sar/sar_pb_stats.h
@@ -82,21 +82,6 @@ sar_read_pb_stats_entry (sar_t *ctx, uint index);
void
sar_read_pb_stats_end (sar_t *ctx);
-
-/**
- * Callback which active the pb_stats module
- * \param state Value found in internal.conf file.
- */
-void
-sar_pb_stats_load_write_cb (u64 state);
-
-/**
- * Callback which indicate if the module is activated
- * \return state if not zero then the module is loaded
- */
-u8*
-sar_pb_stats_load_read_cb (void);
-
END_DECLS
#endif /*MAC_SAR_SARPBSTATS_H_*/