From 8bac662fe44e0e49e00c1ecd98a2582521f36c81 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 15 Nov 1999 22:07:19 +0000 Subject: Version 0.1.0 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/gsm/inc/unproto.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 codecs/gsm/inc/unproto.h (limited to 'codecs') 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