diff options
Diffstat (limited to 'lib/network.h')
| -rw-r--r-- | lib/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/network.h b/lib/network.h index a00c5a0a65..83c9e59e76 100644 --- a/lib/network.h +++ b/lib/network.h @@ -45,6 +45,8 @@ extern int set_cloexec(int fd); extern float htonf(float); extern float ntohf(float); +extern long frr_weak_random(void); + #ifdef __cplusplus } #endif |
