From e2c0f11e78a2029eb6b4a9b6acaafe7f778d98a2 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 18 Feb 2004 04:48:05 +0000 Subject: [PATCH] MatchList_printId(): added prototype git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@941 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib_internal/matchlist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util-vserver/lib_internal/matchlist.h b/util-vserver/lib_internal/matchlist.h index 0cbf907..0e31517 100644 --- a/util-vserver/lib_internal/matchlist.h +++ b/util-vserver/lib_internal/matchlist.h @@ -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 -- 1.8.1.5