setutent.c revision 303975
1238384Sjkim/* setutent.c: A replacement for the setutent function
2238384Sjkim
3238384Sjkim%%% copyright-cmetz-96
4238384SjkimThis software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
5280304SjkimThe Inner Net License Version 3 applies to this software.
6238384SjkimYou should have received a copy of the license with this software. If
7238384Sjkimyou didn't get a copy, you may request one from <license@inner.net>.
8238384Sjkim
9238384Sjkim        History:
10238384Sjkim
11238384Sjkim	Created by cmetz for OPIE 2.31.
12238384Sjkim*/
13238384Sjkim#include "opie_cfg.h"
14280304Sjkim#include "opie.h"
15238384Sjkim
16238384SjkimVOIDRET setutent FUNCTION_NOARGS
17238384Sjkim{
18238384Sjkim}
19238384Sjkim