mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-13 09:57:02 +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
|