diff --git a/ketopt.h b/ketopt.h index 73dd2dc..cced7a1 100644 --- a/ketopt.h +++ b/ketopt.h @@ -17,7 +17,7 @@ typedef struct { } ketopt_t; typedef struct { - char *name; + char const *name; int has_arg; int val; } ko_longopt_t;