129975Sache/* setutent.c: A replacement for the setutent function
229975Sache
329975Sache%%% copyright-cmetz-96
492906SmarkmThis software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
592906SmarkmThe Inner Net License Version 3 applies to this software.
629975SacheYou should have received a copy of the license with this software. If
729975Sacheyou didn't get a copy, you may request one from <license@inner.net>.
829975Sache
929975Sache        History:
1029975Sache
1129975Sache	Created by cmetz for OPIE 2.31.
1229975Sache*/
1329975Sache#include "opie_cfg.h"
1429975Sache#include "opie.h"
1529975Sache
1629975SacheVOIDRET setutent FUNCTION_NOARGS
1729975Sache{
1829975Sache}
19