summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/ip4.h
blob: b906557eca8fb7c23db2555317d81891b25bd611 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef IP4_H
#define IP4_H

extern unsigned int ip4_scan(char *,char *);
extern unsigned int ip4_fmt(char *,char *);

#define IP4_FMT 20

extern const char ip4loopback[4]; /* = {127,0,0,1}; */

#endif