diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-04-03 19:21:56 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-04-03 19:21:56 +0000 |
| commit | 3b0f8d2ed641ceeded11c0d3f253b0cacbf00880 (patch) | |
| tree | d23344627008ee3c3fbe45b8aaa83290cd4ee5aa /usr.sbin/ppp/command.h | |
| parent | 5cf4388bdf4c4e693f048a9d8563b298c16e8cb5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/command.h')
| -rw-r--r-- | usr.sbin/ppp/command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 10626c5b41cb..ea6acb30f60e 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.4 1998/02/17 19:27:54 brian Exp $ + * $Id: command.h,v 1.12.2.5 1998/03/17 22:29:07 brian Exp $ * * TODO: */ @@ -61,3 +61,4 @@ extern int IsInteractive(int); extern void InterpretCommand(char *, int, int *, char ***); extern void RunCommand(struct bundle *, int, char const *const *, const char *); extern void DecodeCommand(struct bundle *, char *, int, const char *); +extern struct link *ChooseLink(struct cmdargs const *); |
