From: Enrico Scholz Date: Wed, 18 Feb 2004 04:48:05 +0000 (+0000) Subject: MatchList_printId(): added prototype X-Git-Tag: VERSION_0_10~620 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c0f11e78a2029eb6b4a9b6acaafe7f778d98a2;p=util-vserver.git MatchList_printId(): added prototype git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@941 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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