Browse code

add missing prototype for mirman_whitelist

git-svn: trunk@3969

Tomasz Kojm authored on 2008/07/17 19:25:08
Showing 1 changed files
... ...
@@ -44,6 +44,7 @@ int mirman_read(const char *file, struct mirdat *mdat, uint8_t active);
44 44
 int mirman_check(uint32_t *ip, int af, struct mirdat *mdat, struct mirdat_ip **md);
45 45
 int mirman_update(uint32_t *ip, int af, struct mirdat *mdat, uint8_t broken);
46 46
 void mirman_list(const struct mirdat *mdat);
47
+void mirman_whitelist(struct mirdat *mdat);
47 48
 int mirman_write(const char *file, struct mirdat *mdat);
48 49
 void mirman_free(struct mirdat *mdat);
49 50