features: Now it will add xattrs support to an specific directory (instead of the...
[rrq/fuse_xattrs.git] / utils.h
diff --git a/utils.h b/utils.h
index 6f8d0d9ebee7a53f8ceda279c3f63347bef6086b..2a592e9956010a6adb561d612c69e8b7bdf0bbb5 100644 (file)
--- 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