forked from Mirrors/freeswitch
d92ee88a8b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@966 d0543943-73ff-0310-b7d9-9358b9ac24b2
25 lines
386 B
C
25 lines
386 B
C
/*
|
|
* unproto.h
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
|
|
#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 */
|