summaryrefslogtreecommitdiff
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-05-09 08:22:15 +0000
committerJames Golovich <james@gnuinter.net>2004-05-09 08:22:15 +0000
commitc00550f3ae9cd1c904acff7684b020507371f6ec (patch)
tree377016561804cdc043ee04edfc13ce384ff49d72 /include/asterisk/lock.h
parent8ef3b1544be0ac8bfcb77f297c2eff8a6f8b3aec (diff)
Add new file utils.c, Move ast_gethostbyname to utils.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/lock.h')
-rwxr-xr-xinclude/asterisk/lock.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 035237914..72743c04f 100755
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -179,11 +179,5 @@ static inline int ast_mutex_init(ast_mutex_t *t)
#endif /* DEBUG_THREADS */
#define gethostbyname __gethostbyname__is__not__reentrant__use__ast_gethostbyname__instead__
-struct ast_hostent {
- struct hostent hp;
- char buf[1024];
-};
-
-extern struct hostent *ast_gethostbyname(const char *host, struct ast_hostent *hp);
#endif