summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.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/command.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/command.h')
-rw-r--r--usr.sbin/ppp/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h
index ff5c33a..b3cf622 100644
--- a/usr.sbin/ppp/command.h
+++ b/usr.sbin/ppp/command.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.h,v 1.12.2.13 1998/05/01 19:24:18 brian Exp $
+ * $Id: command.h,v 1.13 1998/05/21 21:44:48 brian Exp $
*
* TODO:
*/
@@ -56,7 +56,7 @@ extern const char VersionDate[];
extern void command_Interpret(char *, int, int *, char ***);
extern void command_Run(struct bundle *, int, char const *const *,
- struct prompt *, const char *);
+ struct prompt *, const char *, struct datalink *);
extern void command_Decode(struct bundle *, char *, int, struct prompt *,
const char *);
extern struct link *command_ChooseLink(struct cmdargs const *);
OpenPOWER on IntegriCloud