simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-07-11 23:25:31 +00:00
parent 3cfa36143e
commit 58d1d59cab
4 changed files with 75 additions and 38 deletions

View File

@@ -148,5 +148,4 @@ extern int ast_wait_for_input(int fd, int ms);
#define ast_pthread_create(a,b,c,d) ast_pthread_create_stack(a,b,c,d,0)
extern int ast_pthread_create_stack(pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data, size_t stacksize);
#undef AST_API_MODULE
#endif /* _ASTERISK_UTILS_H */