X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=utils.h;h=2a592e9956010a6adb561d612c69e8b7bdf0bbb5;hb=5c2c6d3286e691f8a5b61bc2d83b9cc07bb18e9d;hp=6f8d0d9ebee7a53f8ceda279c3f63347bef6086b;hpb=3f472567bdd9bc3fbfd99b342ee29b25d5b553be;p=rrq%2Ffuse_xattrs.git diff --git a/utils.h b/utils.h index 6f8d0d9..2a592e9 100644 --- a/utils.h +++ b/utils.h @@ -38,5 +38,6 @@ enum namespace { enum namespace get_namespace(const char *name); char *get_sidecar_path(const char *path); char *sanitize_value(const char *value, size_t value_size); +char *prepend_source_directory(const char *a, const char *b); #endif //FUSE_XATTRS_UTILS_H