diff options
author | Chris Toshok <toshok@ximian.com> | 2001-04-24 15:09:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-04-24 15:09:06 +0800 |
commit | a525821bc76f67a72ec06524421de2191f97dd23 (patch) | |
tree | 45c4766ca0c0c3ed488307d72003ff00c66f66ab /e-util/e-host-utils.h | |
parent | 038d1a932ce339985c91b05c2be35d512f7cef71 (diff) | |
download | gsoc2013-evolution-a525821bc76f67a72ec06524421de2191f97dd23.tar.gz gsoc2013-evolution-a525821bc76f67a72ec06524421de2191f97dd23.tar.zst gsoc2013-evolution-a525821bc76f67a72ec06524421de2191f97dd23.zip |
remove prototype for e_gethostbyname_init.
2001-04-24 Chris Toshok <toshok@ximian.com>
* e-host-utils.h: remove prototype for e_gethostbyname_init.
* e-host-utils.c (e_gethostbyname_r): don't dynamically allocate
anything - store everything in the buffer that's passed in. Also,
stop using EMutex. Switch to a static GMutex (so we can
initialize it without having e_gethostbyname_init).
(e_gethostbyname_init): removed.
svn path=/trunk/; revision=9535
Diffstat (limited to 'e-util/e-host-utils.h')
-rw-r--r-- | e-util/e-host-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-host-utils.h b/e-util/e-host-utils.h index b111d05942..0935ef85be 100644 --- a/e-util/e-host-utils.h +++ b/e-util/e-host-utils.h @@ -27,8 +27,6 @@ #include <sys/types.h> #include <netdb.h> -void e_gethostbyname_init (void); - /* gethostbyname_r implementation that works for systems without a native gethostbyname_r. if you use this, you must make sure to *only* use this - it can't even coexist with naked calls to |