summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'boilerplate/cairo-boilerplate-getopt.h')
-rw-r--r--boilerplate/cairo-boilerplate-getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate-getopt.h b/boilerplate/cairo-boilerplate-getopt.h
index 6ed780c97..74bce14c7 100644
--- a/boilerplate/cairo-boilerplate-getopt.h
+++ b/boilerplate/cairo-boilerplate-getopt.h
@@ -48,7 +48,7 @@ extern int optind;
extern int opterr;
extern int optopt;
-int _cairo_getopt(int argc, char** argv, char* optstr);
+int _cairo_getopt(int argc, char** argv, const char* optstr);
#ifdef __cplusplus