Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / net / gen / inet.h @ 14

History | View | Annotate | Download (251 Bytes)

1
/*
2
server/ip/gen/inet.h
3
*/
4

    
5
#ifndef __SERVER__IP__GEN__INET_H__
6
#define __SERVER__IP__GEN__INET_H__
7

    
8
#include <net/gen/in.h>
9

    
10
ipaddr_t inet_addr( const char *addr );
11
ipaddr_t inet_network( const char *addr );
12

    
13
#endif /* __SERVER__IP__GEN__INET_H__ */