$NetBSD: patch-bc,v 1.3 2007/01/09 14:49:33 drochner Exp $ --- stream/realrtsp/asmrp.h.orig 2006-10-23 00:32:25.000000000 +0200 +++ stream/realrtsp/asmrp.h @@ -40,6 +40,8 @@ #ifndef HAVE_ASMRP_H #define HAVE_ASMRP_H +#define MAX_RULEMATCHES 16 + int asmrp_match (const char *rules, int bandwidth, int *matches) ; #endif