summaryrefslogtreecommitdiff
path: root/includes/omapip/omapip_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/omapip/omapip_p.h')
-rw-r--r--includes/omapip/omapip_p.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h
index 8913a1a2..643441ed 100644
--- a/includes/omapip/omapip_p.h
+++ b/includes/omapip/omapip_p.h
@@ -3,7 +3,7 @@
Private master include file for the OMAPI library. */
/*
- * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -19,8 +19,8 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Internet Systems Consortium, Inc.
- * 950 Charter Street
- * Redwood City, CA 94063
+ * PO Box 360
+ * Newmarket, NH 03857 USA
* <info@isc.org>
* https://www.isc.org/
*
@@ -60,6 +60,9 @@
#include <dst/dst.h>
#include "result.h"
+/* Uncomment this to enable protocol level debug logs */
+/* #define DEBUG_PROTOCOL 1 */
+
#include <omapip/convert.h>
#include <omapip/hash.h>
#include <omapip/omapip.h>
@@ -134,7 +137,7 @@ typedef struct __omapi_remote_auth {
typedef struct __omapi_protocol_object {
OMAPI_OBJECT_PREAMBLE;
- u_int32_t header_size;
+ u_int32_t header_size;
u_int32_t protocol_version;
u_int32_t next_xid;