summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_keyacc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/include/ntp_keyacc.h')
-rw-r--r--contrib/ntp/include/ntp_keyacc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntp_keyacc.h b/contrib/ntp/include/ntp_keyacc.h
new file mode 100644
index 0000000..730c310
--- /dev/null
+++ b/contrib/ntp/include/ntp_keyacc.h
@@ -0,0 +1,13 @@
+/*
+ * ntp_keyacc.h - key access stuff
+ */
+#ifndef NTP_KEYACC_H
+#define NTP_KEYACC_H
+
+typedef struct keyaccess KeyAccT;
+struct keyaccess {
+ KeyAccT * next;
+ sockaddr_u addr;
+};
+
+#endif /* NTP_KEYACC_H */
OpenPOWER on IntegriCloud