From: <mil...@us...> - 2008-01-03 15:24:04
|
Revision: 2718 http://selinux.svn.sourceforge.net/selinux/?rev=2718&view=rev Author: millertc Date: 2008-01-03 07:24:01 -0800 (Thu, 03 Jan 2008) Log Message: ----------- Add missing prototype for define_polcap(). Signed-off-by: Todd C. Miller <tm...@tr...> Modified Paths: -------------- trunk/checkpolicy/policy_parse.y Modified: trunk/checkpolicy/policy_parse.y =================================================================== --- trunk/checkpolicy/policy_parse.y 2008-01-02 21:41:51 UTC (rev 2717) +++ trunk/checkpolicy/policy_parse.y 2008-01-03 15:24:01 UTC (rev 2718) @@ -125,6 +125,7 @@ static int define_netif_context(void); static int define_ipv4_node_context(void); static int define_ipv6_node_context(void); +static int define_polcap(void); typedef int (* require_func_t)(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |