summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-15 19:05:51 +0000
committerbrian <brian@FreeBSD.org>1998-06-15 19:05:51 +0000
commit3f8652a3018ca60b9dd6e6cabb477c7abf044e98 (patch)
treefd13d6e2ea1c51f8d7ba44db68e08392fb75aca1 /usr.sbin/ppp/systems.h
parent4ea5840027f56ea4075ff02e0ab45e168d292ec8 (diff)
downloadFreeBSD-src-3f8652a3018ca60b9dd6e6cabb477c7abf044e98.zip
FreeBSD-src-3f8652a3018ca60b9dd6e6cabb477c7abf044e98.tar.gz
Give ``load'' optional context. It's now possible to
``link 1,2,3 load label'' for people that want to set up their links in a more mpd-like manner.
Diffstat (limited to 'usr.sbin/ppp/systems.h')
-rw-r--r--usr.sbin/ppp/systems.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h
index 4ab115a..5d3c311 100644
--- a/usr.sbin/ppp/systems.h
+++ b/usr.sbin/ppp/systems.h
@@ -17,16 +17,17 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: systems.h,v 1.10.2.6 1998/05/15 23:58:30 brian Exp $
+ * $Id: systems.h,v 1.11 1998/05/21 21:48:36 brian Exp $
*
*/
struct prompt;
+struct datalink;
struct bundle;
struct cmdargs;
extern int system_Select(struct bundle *bundle, const char *, const char *,
- struct prompt *);
+ struct prompt *, struct datalink *);
extern int system_IsValid(const char *, struct prompt *, int);
extern FILE *OpenSecret(const char *);
extern void CloseSecret(FILE *);
OpenPOWER on IntegriCloud