1 /* endutent.c: A replacement for the endutent function
2 
3 %%% copyright-cmetz-96
4 This software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
5 The Inner Net License Version 3 applies to this software.
6 You should have received a copy of the license with this software. If
7 you didn't get a copy, you may request one from <license@inner.net>.
8 
9         History:
10 
11 	Modified by cmetz for OPIE 2.31. Use VOIDRET macro.
12 	Created by cmetz for OPIE 2.3.
13 */
14 #include "opie_cfg.h"
15 #include "opie.h"
16 
17 VOIDRET endutent FUNCTION_NOARGS
18 {
19 }
20