systems.h revision 37008
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 *
2037008Sbrian * $Id: systems.h,v 1.11 1998/05/21 21:48:36 brian Exp $
2113389Sphk *
2213389Sphk */
2313389Sphk
2436285Sbrianstruct prompt;
2537008Sbrianstruct datalink;
2636285Sbrianstruct bundle;
2736285Sbrianstruct cmdargs;
2836285Sbrian
2936285Sbrianextern int system_Select(struct bundle *bundle, const char *, const char *,
3037008Sbrian                        struct prompt *, struct datalink *);
3136285Sbrianextern int system_IsValid(const char *, struct prompt *, int);
3231343Sbrianextern FILE *OpenSecret(const char *);
3330715Sbrianextern void CloseSecret(FILE *);
3431343Sbrianextern int AllowUsers(struct cmdargs const *);
3531343Sbrianextern int AllowModes(struct cmdargs const *);
3631343Sbrianextern int LoadCommand(struct cmdargs const *);
3731343Sbrianextern int SaveCommand(struct cmdargs const *);
38