release
[hcoop/zz_old/debian/djbdns.git] / ip4.h
1 #ifndef IP4_H
2 #define IP4_H
3
4 extern unsigned int ip4_scan(const char *,char *);
5 extern unsigned int ip4_fmt(char *,const char *);
6
7 #define IP4_FMT 20
8
9 #endif