From aacc8fa5e9369fd6eedd24259f8b2397d765f133 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 15 Nov 1999 22:07:19 +0000 Subject: Version 0.1.0 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/gsm/inc/unproto.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 codecs/gsm/inc/unproto.h (limited to 'codecs/gsm') 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 */ -- cgit v1.2.3