Wed Jan 8 2020 09:49:48
Asterisk developer's documentation
Go to the documentation of this file.
19 #ifndef __ASTERISK_INLINEAPI_H
20 #define __ASTERISK_INLINEAPI_H
46 #if !defined(LOW_MEMORY)
48 #if !defined(AST_API_MODULE)
49 #define AST_INLINE_API(hdr, body) hdr; extern inline hdr body
51 #define AST_INLINE_API(hdr, body) hdr; hdr body
56 #if !defined(AST_API_MODULE)
57 #define AST_INLINE_API(hdr, body) hdr;
59 #define AST_INLINE_API(hdr, body) hdr; hdr body