mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
11 lines
116 B
C
Executable File
11 lines
116 B
C
Executable File
#ifndef __SYS_CDEFS_H_
|
|
#define __SYS_CDEFS_H_
|
|
|
|
#define __BEGIN_DECLS
|
|
#define __END_DECLS
|
|
|
|
#define __P(p) p
|
|
|
|
|
|
#endif
|