xref: /aosp_15_r20/external/libgsm/inc/unproto.h (revision 8ec969cea971fe25ff2d3933a5a9f8504f8e86c9)
1*8ec969ceSTreehugger Robot /*
2*8ec969ceSTreehugger Robot  * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
3*8ec969ceSTreehugger Robot  * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
4*8ec969ceSTreehugger Robot  * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
5*8ec969ceSTreehugger Robot  */
6*8ec969ceSTreehugger Robot 
7*8ec969ceSTreehugger Robot /*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/unproto.h,v 1.1 1992/10/28 00:11:08 jutta Exp $*/
8*8ec969ceSTreehugger Robot 
9*8ec969ceSTreehugger Robot #ifdef	PROTO_H		/* sic */
10*8ec969ceSTreehugger Robot #undef	PROTO_H
11*8ec969ceSTreehugger Robot 
12*8ec969ceSTreehugger Robot #undef	P
13*8ec969ceSTreehugger Robot #undef	P0
14*8ec969ceSTreehugger Robot #undef	P1
15*8ec969ceSTreehugger Robot #undef	P2
16*8ec969ceSTreehugger Robot #undef	P3
17*8ec969ceSTreehugger Robot #undef	P4
18*8ec969ceSTreehugger Robot #undef	P5
19*8ec969ceSTreehugger Robot #undef	P6
20*8ec969ceSTreehugger Robot #undef	P7
21*8ec969ceSTreehugger Robot #undef	P8
22*8ec969ceSTreehugger Robot 
23*8ec969ceSTreehugger Robot #endif	/* PROTO_H */
24