diff options
Diffstat (limited to 'common/path.h')
-rw-r--r-- | common/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/path.h b/common/path.h index a518008..1fce607 100644 --- a/common/path.h +++ b/common/path.h @@ -59,4 +59,6 @@ char * p11_path_build (const char *path, bool p11_path_absolute (const char *path); +char * p11_path_parent (const char *path); + #endif /* P11_PATH_H__ */ |