File: ip4.h

package info (click to toggle)
tinydyndns 0.4.2.debian1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,476 kB
  • sloc: ansic: 10,262; sh: 291; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
#ifndef IP4_H
#define IP4_H

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

#define IP4_FMT 20

#endif