1 /*
2  *	aprsc
3  *
4  *	(c) Heikki Hannikainen, OH7LZB <hessu@hes.iki.fi>
5  *
6  *     This program is licensed under the BSD license, which can be found
7  *     in the file LICENSE.
8  *
9  */
10 
11 #ifndef NETLIB_H
12 #define NETLIB_H
13 
14 // extern int aptoa(struct in_addr sin_addr, int sin_port, char *s, int len);
15 // extern int h_strerror(int i, char *s, int len);
16 
17 #endif
18