Changeset e64de00 for lib


Ignore:
Timestamp:
2008-01-12T00:24:46Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
59f527b6
Parents:
e7f8838
Message:

Killed info_string_append() and now showing the IP address of ICQ users
in the "info" command response.

Location:
lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.c

    re7f8838 re64de00  
    245245}
    246246
    247 void info_string_append(GString *str, char *newline, char *name, char *value)
    248 {
    249         if( value && value[0] )
    250                 g_string_sprintfa( str, "%s%s: %s", newline, name, value );
    251 }
    252 
    253247/* Decode%20a%20file%20name                                             */
    254248void http_decode( char *s )
  • lib/misc.h

    re7f8838 re64de00  
    4242G_MODULE_EXPORT char *strip_newlines(char *source);
    4343G_MODULE_EXPORT char *normalize( const char *s );
    44 G_MODULE_EXPORT void info_string_append( GString *str, char *newline, char *name, char *value );
    4544
    4645G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
Note: See TracChangeset for help on using the changeset viewer.