summaryrefslogtreecommitdiff
path: root/common/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/path.h')
-rw-r--r--common/path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/path.h b/common/path.h
index 0b19a5d..243c14f 100644
--- a/common/path.h
+++ b/common/path.h
@@ -66,4 +66,8 @@ bool p11_path_prefix (const char *string,
void p11_path_canon (char *name);
+char * p11_path_encode (const char *path);
+
+char * p11_path_decode (const char *path);
+
#endif /* P11_PATH_H__ */