summaryrefslogtreecommitdiff
path: root/libexec/identd/identd.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-16 20:22:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-16 20:22:16 +0000
commitedcde75a6e5031132471d87a80170324c2a0d24f (patch)
tree3edd2f88e9724a7be1efb57c55e589dacfc0ffb7 /libexec/identd/identd.h
parenta175113c8fa8e797ae87375ec57ee2a0f2708baa (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.h3
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;