mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-05 08:31:53 +00:00
6 lines
112 B
C
6 lines
112 B
C
#ifndef _BIRD_STATS_PUB_H_
|
|
#define _BIRD_STATS_PUB_H_
|
|
|
|
extern int stats_get_counter(struct symbol *sym);
|
|
#endif
|