diff options
Diffstat (limited to 'common/path.h')
-rw-r--r-- | common/path.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/path.h b/common/path.h index 1fce607..cd135cb 100644 --- a/common/path.h +++ b/common/path.h @@ -61,4 +61,7 @@ bool p11_path_absolute (const char *path); char * p11_path_parent (const char *path); +bool p11_path_prefix (const char *string, + const char *prefix); + #endif /* P11_PATH_H__ */ |