mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-15 12:17:36 +00:00
2c65582b66
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
11 lines
116 B
C
11 lines
116 B
C
#ifndef __SYS_CDEFS_H_
|
|
#define __SYS_CDEFS_H_
|
|
|
|
#define __BEGIN_DECLS
|
|
#define __END_DECLS
|
|
|
|
#define __P(p) p
|
|
|
|
|
|
#endif
|