summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/rinkj/rinkj-config.h')
-rw-r--r--devices/rinkj/rinkj-config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/devices/rinkj/rinkj-config.h b/devices/rinkj/rinkj-config.h
index 77595955..716caa75 100644
--- a/devices/rinkj/rinkj-config.h
+++ b/devices/rinkj/rinkj-config.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -14,6 +14,9 @@
*/
+#ifndef rinkj_config_h_INCLUDED
+#define rinkj_config_h_INCLUDED
+
/* Support for reading Rinkj config files. */
char *
@@ -24,3 +27,5 @@ rinkj_config_get (const char *config, const char *key);
char *
rinkj_config_keyval (const char *config, char **p_val, const char **p_next);
+
+#endif