summaryrefslogtreecommitdiff
path: root/src/include/wildmat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wildmat.h')
-rw-r--r--src/include/wildmat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/wildmat.h b/src/include/wildmat.h
index 99b275b..f46d35b 100644
--- a/src/include/wildmat.h
+++ b/src/include/wildmat.h
@@ -1,6 +1,6 @@
#ifndef WILDMAT_H
#define WILDMAT_H
-extern int wildmat(char *, char *);
+extern int wildmat(const char *, const char *);
#endif