Revision 1913 trunk/base/nntpgrab_utils.h

nntpgrab_utils.h (revision 1913)
319 319
void             nntpgrab_utils_get_readable_finished_time(int estimated_time_remaining, char *time_remaining_str, int time_remaining_str_len);
320 320

                
321 321
/**
322
 * nntpgrab_utils_get_readable_time_stamp:
323
 * @stamp:                             The time stamp which needs to be transformed to a readable notation
324
 * @stamp_str:                 (out):  Pointer to the location where the human readable notation (like 'Friday February 6 2009 - 22:15') can be saved
325
 * @stamp_str_len:                     The maximum length of the time_remaining_str buffer
326
 *
327
 * Transform a time stamp into a human readable value
328
 */
329
void             nntpgrab_utils_get_readable_time_stamp(time_t stamp, char *stamp_str, int stamp_str_len);
330

                
331
/**
322 332
 * nntpgrab_utils_sanitize_text:
323 333
 * @text:      (inout):  The text which need to be sanitized
324 334
 * @length:              The length of the text

Also available in: Unified diff