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