diff options
Diffstat (limited to 'common/compat.h')
-rw-r--r-- | common/compat.h | 3 |
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__ */ |