1153151Sjkim/* setutent.c: A replacement for the setutent function
2181648Sjkim
3199492Sjkim%%% copyright-cmetz-96
4153151SjkimThis software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
5153151SjkimThe Inner Net License Version 3 applies to this software.
6153151SjkimYou should have received a copy of the license with this software. If
7153151Sjkimyou didn't get a copy, you may request one from <license@inner.net>.
8153151Sjkim
9153151Sjkim        History:
10153151Sjkim
11153151Sjkim	Created by cmetz for OPIE 2.31.
12153151Sjkim*/
13153151Sjkim#include "opie_cfg.h"
14153151Sjkim#include "opie.h"
15153151Sjkim
16153151SjkimVOIDRET setutent FUNCTION_NOARGS
17153151Sjkim{
18153151Sjkim}
19153151Sjkim