bugfix: binary_storage: check before writing a key with an empty value. Added test.
[rrq/fuse_xattrs.git] / utils.h
diff --git a/utils.h b/utils.h
index 1c208266cccc4d4e0ed8b71ab4bda51cbe35efd6..3159eaaff9c09165da66c2ef24b89797811569e5 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -43,4 +43,7 @@ char *prepend_source_directory(const char *b);
 const size_t BINARY_SIDECAR_EXT_SIZE;
 const int filename_is_sidecar(const char *string);
 
+int is_directory(const char *path);
+int is_regular_file(const char *path);
+
 #endif //FUSE_XATTRS_UTILS_H