summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-11-13 14:43:20 +0000
committerbrian <brian@FreeBSD.org>1997-11-13 14:43:20 +0000
commit1b096d24d96081ff46460353a825801f161ba97a (patch)
treebf625cfae5f3ec15d8d579813e0dd6f06a0157a5 /usr.sbin/ppp/command.h
parentf38c8654e56487fbac49838d797ac4687ff69200 (diff)
downloadFreeBSD-src-1b096d24d96081ff46460353a825801f161ba97a.zip
FreeBSD-src-1b096d24d96081ff46460353a825801f161ba97a.tar.gz
Fix command logging (broken with the "allow" command).
Diffstat (limited to 'usr.sbin/ppp/command.h')
-rw-r--r--usr.sbin/ppp/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h
index 37eddc4..16954ee 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.9 1997/11/04 01:17:00 brian Exp $
+ * $Id: command.h,v 1.10 1997/11/11 22:58:10 brian Exp $
*
* TODO:
*/
@@ -49,5 +49,5 @@ extern int SetVariable(struct cmdtab const *, int, char **, int);
extern void Prompt(void);
extern int IsInteractive(int);
extern void InterpretCommand(char *, int, int *, char ***);
-extern void RunCommand(int, char **, int);
-extern void DecodeCommand(char *, int, int);
+extern void RunCommand(int, char **, const char *label);
+extern void DecodeCommand(char *, int, const char *label);
OpenPOWER on IntegriCloud