conversion from 8 spaces to 4 spaces per tab

This commit is contained in:
Andreas Steffen
2009-04-19 19:16:09 +00:00
parent d940c7638c
commit 3d7a244b54
138 changed files with 47306 additions and 47306 deletions
+2 -2
View File
@@ -20,12 +20,12 @@
extern void init_virtual_ip(const char *private_list);
extern struct virtual_t *create_virtual(const struct connection *c,
const char *string);
const char *string);
extern bool is_virtual_end(const struct end *that);
extern bool is_virtual_connection(const struct connection *c);
extern bool is_virtual_net_allowed(const struct connection *c,
const ip_subnet *peer_net, const ip_address *his_addr);
const ip_subnet *peer_net, const ip_address *his_addr);
#endif /* _VIRTUAL_IP_H */