alsa.audio: limit the supported frequencies to common set
[AROS.git] / workbench / network / stacks / AROSTCP / netlib / dummy.c
blob14bb3d5c108ee1b94cb2ba8505246f154f5343e3
1 /* $Id$
3 * dummy.c - unimplemented netdb functions
5 * Copyright © 1994 AmiTCP/IP Group,
6 * Network Solutions Development Inc.
7 * All rights reserved.
8 * Copyright © 2005 - 2011 Pavel Fedin
9 */
11 #include <sys/types.h>
12 #include <netdb.h>
14 struct netent *getnetent(void)
16 return NULL;
19 void endnetent(void)
24 struct servent *getservent(void)
26 return NULL;
29 void endservent(void)