MatchList_printId(): added prototype
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 18 Feb 2004 04:48:05 +0000 (04:48 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 18 Feb 2004 04:48:05 +0000 (04:48 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@941 94cd875c-1c1d-0410-91d2-eb244daf1a30

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