summaryrefslogtreecommitdiffstats
path: root/ctxopt.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-04-04 15:36:33 +0200
committerpgen <p.gen.progs@gmail.com>2020-04-06 10:38:23 +0200
commit15f83ae71a047594c88a10e77443472b72abd5df (patch)
treee71ef84d5828d186c1b50809d7c03ba73c6bfb90 /ctxopt.h
parent02a482cd0189016a7af7e422173735b39bb87e94 (diff)
Sync with github's ctxopt commit a1ac676
Diffstat (limited to 'ctxopt.h')
-rw-r--r--ctxopt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ctxopt.h b/ctxopt.h
index 6de78ab..0c184d5 100644
--- a/ctxopt.h
+++ b/ctxopt.h
@@ -1,3 +1,11 @@
+/* ########################################################### */
+/* This Software is licensed under the GPL licensed Version 2, */
+/* please read http://www.gnu.org/copyleft/gpl.html */
+/* ########################################################### */
+
+#ifndef CTXOPT_H
+#define CTXOPT_H
+
typedef enum
{
parameters,
@@ -27,6 +35,7 @@ typedef enum
CTXOPTCTEARG,
CTXOPTCTLARG,
CTXOPTCTGARG,
+ CTXOPTUNXARG,
CTXOPTERRSIZ
} errors;
@@ -86,3 +95,5 @@ ctxopt_re_constraint(int nb_args, char ** args, char * value);
int
ctxopt_range_constraint(int nb_args, char ** args, char * value);
+
+#endif