0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-20 05:17:04 +00:00
bird/proto/stats/stats-pub.h

6 lines
112 B
C
Raw Normal View History

2022-07-27 13:21:47 +02:00
#ifndef _BIRD_STATS_PUB_H_
#define _BIRD_STATS_PUB_H_
extern int stats_get_counter(struct symbol *sym);
#endif