systems.h revision 31343
113389Sphk/*
213389Sphk *			User Process PPP
313389Sphk *
413389Sphk *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
513389Sphk *
613389Sphk *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
713389Sphk *
813389Sphk * Redistribution and use in source and binary forms are permitted
913389Sphk * provided that the above copyright notice and this paragraph are
1013389Sphk * duplicated in all such forms and that any documentation,
1113389Sphk * advertising materials, and other materials related to such
1213389Sphk * distribution and use acknowledge that the software was developed
1313389Sphk * by the Internet Initiative Japan, Inc.  The name of the
1413389Sphk * IIJ may not be used to endorse or promote products derived
1513389Sphk * from this software without specific prior written permission.
1613389Sphk * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1713389Sphk * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1813389Sphk * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1913389Sphk *
2031343Sbrian * $Id: systems.h,v 1.9 1997/11/11 22:58:14 brian Exp $
2113389Sphk *
2213389Sphk */
2313389Sphk
2431121Sbrianextern int SelectSystem(const char *, const char *);
2531121Sbrianextern int ValidSystem(const char *);
2631343Sbrianextern FILE *OpenSecret(const char *);
2730715Sbrianextern void CloseSecret(FILE *);
2831343Sbrianextern int AllowUsers(struct cmdargs const *);
2931343Sbrianextern int AllowModes(struct cmdargs const *);
3031343Sbrianextern int LoadCommand(struct cmdargs const *);
3131343Sbrianextern int SaveCommand(struct cmdargs const *);
32