summaryrefslogtreecommitdiffstats
path: root/hostfile.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-12 09:43:56 +1000
committerDamien Miller <djm@mindrot.org>2002-09-12 09:43:56 +1000
commit4d53d39b071ebc2a0c6f1948b7c7630ab0021a73 (patch)
tree807cb64dec7e4ab8fc3350b75502b07897b180ff /hostfile.h
parent71eb0c1550ec6ad10d29779df7a7f97c44000e3a (diff)
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2002/09/08 20:24:08 [hostfile.h] no comma at end of enumerator list
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostfile.h b/hostfile.h
index 06373242..1df7a22f 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.h,v 1.11 2002/07/24 16:11:18 markus Exp $ */
+/* $OpenBSD: hostfile.h,v 1.12 2002/09/08 20:24:08 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,7 +15,7 @@
#define HOSTFILE_H
typedef enum {
- HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND,
+ HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND
} HostStatus;
int hostfile_read_key(char **, u_int *, Key *);