summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2002-06-13 12:55:59 +0000
committerlaforge <laforge>2002-06-13 12:55:59 +0000
commit02e2765106a394a89ada16f8045788322dbb6b5b (patch)
tree5fb840bff6cf51ada6497d4591dba579bbe1950f /include
parent1eb5597962477c2d7a6ccf7223e8cf9842b83906 (diff)
typo fix
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/ulogd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index fe9a818..2aa4aca 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -1,6 +1,6 @@
#ifndef _ULOGD_H
#define _ULOGD_H
-/* ulogd, Version $Revision: 1.14 $
+/* ulogd, Version $Revision: 1.15 $
*
* userspace logging daemon for netfilter ULOG target
* of the linux 2.4 netfilter subsystem.
@@ -9,7 +9,7 @@
*
* this code is released under the terms of GNU GPL
*
- * $Id: ulogd.h,v 1.14 2001/06/14 19:25:25 laforge Exp $
+ * $Id: ulogd.h,v 1.15 2001/06/17 20:08:30 laforge Exp $
*/
#include <libipulog/libipulog.h>
@@ -38,13 +38,13 @@
/* types with length field */
#define ULOGD_RET_STRING 0x8020
-#define ULODG_RET_RAW 0x8030
+#define ULOGD_RET_RAW 0x8030
/* FLAGS */
#define ULOGD_RETF_NONE 0x0000
-#define ULOGD_RETF_VALID 0x0001
-#define ULOGD_RETF_FREE 0x0002
+#define ULOGD_RETF_VALID 0x0001 /* contains a valid result */
+#define ULOGD_RETF_FREE 0x0002 /* ptr needs to be free()d */
/* maximum length of ulogd key */