From d0d9db4f8d8f2720dc34fab3ccbed7590160968b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 27 May 2010 12:14:48 -0700 Subject: [PATCH] orcc: Add prototypes to c code This allows GStreamer to use -Wmissing-declarations --- tools/orcc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/orcc.c b/tools/orcc.c index cfbc7c8..7f53deb 100644 --- a/tools/orcc.c +++ b/tools/orcc.c @@ -173,6 +173,10 @@ main (int argc, char *argv[]) fprintf(output, "#include <%s>\n", include_file); } fprintf(output, "\n"); + for(i=0;i