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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 27ee510d5a..adabec2e9d 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,13 @@ +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. + 2001-04-23 Jon Trowbridge <trow@ximian.com> * e-html-utils.c (e_text_to_html_full): Removed attempts to use |