Rich Felker | 0b44a03 | 2011-02-12 00:22:29 -0500 | [diff] [blame] | 1 | #include <netdb.h> |
2 | #include <stdio.h> | ||||
3 | #include <string.h> | ||||
4 | |||||
5 | void endservent(void) | ||||
6 | { | ||||
7 | } | ||||
8 | |||||
9 | void setservent(int stayopen) | ||||
10 | { | ||||
11 | } | ||||
12 | |||||
13 | struct servent *getservent(void) | ||||
14 | { | ||||
15 | return 0; | ||||
16 | } |