setutent.c revision 29975
1234353Sdim/* setutent.c: A replacement for the setutent function
2226584Sdim
3226584Sdim%%% copyright-cmetz-96
4226584SdimThis software is Copyright 1996-1997 by Craig Metz, All Rights Reserved.
5226584SdimThe Inner Net License Version 2 applies to this software.
6226584SdimYou should have received a copy of the license with this software. If
7226584Sdimyou didn't get a copy, you may request one from <license@inner.net>.
8226584Sdim
9226584Sdim        History:
10226584Sdim
11226584Sdim	Created by cmetz for OPIE 2.31.
12226584Sdim*/
13226584Sdim#include "opie_cfg.h"
14226584Sdim#include "opie.h"
15226584Sdim
16226584SdimVOIDRET setutent FUNCTION_NOARGS
17226584Sdim{
18226584Sdim}
19226584Sdim