fixed begin of STACK_START for non-growing stacks
[util-vserver.git] / util-vserver / lib_internal / matchlist.h
index 0cbf907..0e31517 100644 (file)
@@ -68,4 +68,6 @@ struct MatchItem
 const *                MatchList_find(struct MatchList const *,
                               char const *path) NONNULL((1,2));
 
+void           MatchList_printId(struct MatchList const *, int fd) NONNULL((1));
+
 #endif //  H_UTIL_VSERVER_LIB_INTERNAL_MATCHLIST_H