summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/compat.h b/common/compat.h
index a9d2fe1..96a731d 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -340,4 +340,7 @@ int fdwalk (int (* cb) (void *data, int fd),
#endif
+int p11_ascii_tolower (int c);
+int p11_ascii_toupper (int c);
+
#endif /* __COMPAT_H__ */