aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-11 23:25:31 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-11 23:25:31 +0000
commitaa699085f44e4e23de5c36b1977d8bf72dd16720 (patch)
tree18dbfc94af8342c8a0396a6ff1ba67cb42a4fef8 /include/asterisk/utils.h
parent0b44d1f8e3f3d993dc1f77814ec8b6c009355270 (diff)
simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6090 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/utils.h')
-rwxr-xr-xinclude/asterisk/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 7449c1d6e..246da5e76 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -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 */