Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
422 giacomo 1
/*
2
 *              Swansea University Computer Society NET3
3
 *
4
 *      This work is derived from NET2Debugged, which is in turn derived
5
 *      from NET2D which was written by:
6
 *              Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
7
 *
8
 *              This work was derived from Ross Biro's inspirational work
9
 *              for the LINUX operating system.  His version numbers were:
10
 *
11
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
12
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
13
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
14
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
15
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
16
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
17
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
18
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
19
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
20
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
21
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
22
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
23
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
24
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
25
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
26
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
27
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
28
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
29
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
30
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
31
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
32
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
33
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
34
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
35
 *              $Id: inet.h,v 1.1 2004-01-28 15:25:39 giacomo Exp $
36
 *
37
 *              This program is free software; you can redistribute it and/or
38
 *              modify it under the terms of the GNU General Public License
39
 *              as published by the Free Software Foundation; either version
40
 *              2 of the License, or (at your option) any later version.
41
 */
42
#ifndef _LINUX_INET_H
43
#define _LINUX_INET_H
44
 
45
#ifdef __KERNEL__
46
extern __u32 in_aton(const char *str);
47
#endif
48
#endif  /* _LINUX_INET_H */