aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-01-12 00:24:46 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-01-12 00:24:46 +0000
commite64de00bf2d99962182243983e8c09decaa36eb4 (patch)
tree32bc7e5e523c2ff4683f4f065830cb9c2e9663f7 /lib/misc.h
parente7f8838951c81ba7edf6c6567cf68075de42be6e (diff)
Killed info_string_append() and now showing the IP address of ICQ users
in the "info" command response.
Diffstat (limited to 'lib/misc.h')
-rw-r--r--lib/misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/misc.h b/lib/misc.h
index e0468d73..7804bfb1 100644
--- a/lib/misc.h
+++ b/lib/misc.h
@@ -41,7 +41,6 @@ G_MODULE_EXPORT void strip_linefeed( gchar *text );
G_MODULE_EXPORT char *add_cr( char *text );
G_MODULE_EXPORT char *strip_newlines(char *source);
G_MODULE_EXPORT char *normalize( const char *s );
-G_MODULE_EXPORT void info_string_append( GString *str, char *newline, char *name, char *value );
G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
double gettime( void );