summaryrefslogtreecommitdiff
path: root/codecs/gsm
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>1999-11-15 22:07:19 +0000
committerMark Spencer <markster@digium.com>1999-11-15 22:07:19 +0000
commitaacc8fa5e9369fd6eedd24259f8b2397d765f133 (patch)
tree2a0892918528a4bc4f497e3373b3da32e3c85a87 /codecs/gsm
parent740bf29b615e5d84030c2858e894ea768c55aabf (diff)
Version 0.1.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/gsm')
-rwxr-xr-xcodecs/gsm/inc/unproto.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/codecs/gsm/inc/unproto.h b/codecs/gsm/inc/unproto.h
new file mode 100755
index 000000000..ccd565109
--- /dev/null
+++ b/codecs/gsm/inc/unproto.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
+ * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
+ * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
+ */
+
+/*$Header$*/
+
+#ifdef PROTO_H /* sic */
+#undef PROTO_H
+
+#undef P
+#undef P0
+#undef P1
+#undef P2
+#undef P3
+#undef P4
+#undef P5
+#undef P6
+#undef P7
+#undef P8
+
+#endif /* PROTO_H */