1 |
2 | #include "iproutines.h"
3 |
4 | #ifdef __cplusplus
5 | extern "C" {
6 | #endif
7 |
8 |
9 | int AA_can_networkupdate( ip_addr_t *address, char *source );
10 | int AA_can_ripupdate( ip_addr_t *address, char *source );
11 | int AA_can_mirror( ip_addr_t *address, char *source );
12 |
13 | #ifdef __cplusplus
14 | }
15 | #endif
16 |