Unify_isIUnlinkable(): changed return-type
[util-vserver.git] / util-vserver / lib_internal / unify.h
index 30d8e3b..346a058 100644 (file)
@@ -37,7 +37,10 @@ Unify_deUnify(char const *dst) NONNULL((1));
 bool
 Unify_setTime(char const *dst, struct stat const *stat) NONNULL((1,2));
 
-bool
+
+typedef enum { unifyUNSUPPORTED, unifyUINLINKABLE, unifyBUSY } UnifyStatus;
+
+UnifyStatus
 Unify_isIUnlinkable(char const *filename) NONNULL((1));
 
 #define        Unify_isUnified(LHS, RHS)               \