- Timestamp:
- 2008-01-12T00:24:46Z (17 years ago)
- Branches:
- master
- Children:
- 59f527b6
- Parents:
- e7f8838
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
re7f8838 re64de00 245 245 } 246 246 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 253 247 /* Decode%20a%20file%20name */ 254 248 void http_decode( char *s ) -
lib/misc.h
re7f8838 re64de00 42 42 G_MODULE_EXPORT char *strip_newlines(char *source); 43 43 G_MODULE_EXPORT char *normalize( const char *s ); 44 G_MODULE_EXPORT void info_string_append( GString *str, char *newline, char *name, char *value );45 44 46 45 G_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.