diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-16 20:22:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-16 20:22:16 +0000 |
commit | edcde75a6e5031132471d87a80170324c2a0d24f (patch) | |
tree | 3edd2f88e9724a7be1efb57c55e589dacfc0ffb7 /libexec/identd/identd.h | |
parent | a175113c8fa8e797ae87375ec57ee2a0f2708baa (diff) |
change to using getopt() [some inetd.conf files will need repair];
add usage()
and add token support via -h (token information is sysloged)
Diffstat (limited to 'libexec/identd/identd.h')
-rw-r--r-- | libexec/identd/identd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/identd/identd.h b/libexec/identd/identd.h index 94c8edcde45..f2203438c9c 100644 --- a/libexec/identd/identd.h +++ b/libexec/identd/identd.h @@ -1,5 +1,5 @@ /* -** $Id: identd.h,v 1.2 1997/07/23 20:36:28 kstailey Exp $ +** $Id: identd.h,v 1.3 1998/09/16 20:22:15 deraadt Exp $ ** ** identd.h Common variables for the Pidentd daemon ** @@ -27,6 +27,7 @@ extern int other_flag; extern int unknown_flag; extern int number_flag; extern int noident_flag; +extern int token_flag; extern char *charset_name; extern char *indirect_host; |