1 #ifndef STATS_CLIENT_H 2 #define STATS_CLIENT_H 3 4 struct stats_client * 5 stats_client_init(const char *path, bool silent_notfound_errors); 6 void stats_client_deinit(struct stats_client **client); 7 8 #endif 9
1 #ifndef STATS_CLIENT_H 2 #define STATS_CLIENT_H 3 4 struct stats_client * 5 stats_client_init(const char *path, bool silent_notfound_errors); 6 void stats_client_deinit(struct stats_client **client); 7 8 #endif 9