summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/gsm/proto.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-19 12:09:20 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-19 12:09:20 +0000
commit7d2346f0da97072e6f011ef38e788cc5782c82f6 (patch)
treebff5438e8d011371a882ba7b309ec1ff4e601909 /pjmedia/src/pjmedia-codec/gsm/proto.h
parente688d142c3c8532db504d90e83dbc50989ddba95 (diff)
Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@523 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/src/pjmedia-codec/gsm/proto.h')
-rw-r--r--pjmedia/src/pjmedia-codec/gsm/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjmedia/src/pjmedia-codec/gsm/proto.h b/pjmedia/src/pjmedia-codec/gsm/proto.h
index 2851c086..2caa0154 100644
--- a/pjmedia/src/pjmedia-codec/gsm/proto.h
+++ b/pjmedia/src/pjmedia-codec/gsm/proto.h
@@ -20,6 +20,11 @@
#ifdef _NO_PROTO
# undef NeedFunctionPrototypes
#endif
+
+/* PJMEDIA: always use NeedFunctionPrototypes */
+#ifndef NeedFunctionPrototypes
+# define NeedFunctionPrototypes 1
+#endif
#undef P /* gnu stdio.h actually defines this... */
#undef P0