summaryrefslogtreecommitdiff
path: root/common/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/path.h')
-rw-r--r--common/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/path.h b/common/path.h
index cd135cb..0b19a5d 100644
--- a/common/path.h
+++ b/common/path.h
@@ -64,4 +64,6 @@ char * p11_path_parent (const char *path);
bool p11_path_prefix (const char *string,
const char *prefix);
+void p11_path_canon (char *name);
+
#endif /* P11_PATH_H__ */