comparison util.c @ 632:5b059a85cab8

API change again.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:42:57 +0300
parents 46fcab5ff44e
children 5269a8cdbd96
comparison
equal deleted inserted replaced
631:2c6945599b16 632:5b059a85cab8
2 * NNChat - Custom chat client for NewbieNudes.com chatrooms 2 * NNChat - Custom chat client for NewbieNudes.com chatrooms
3 * Written by Matti 'ccr' Hämäläinen 3 * Written by Matti 'ccr' Hämäläinen
4 * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2013 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "util.h" 6 #include "util.h"
7 #include "th_growbuf.h"
8 #include <time.h> 7 #include <time.h>
9 8
10 9
11 BOOL str_get_timestamp(char *str, size_t len, const char *fmt) 10 BOOL str_get_timestamp(char *str, size_t len, const char *fmt)
12 { 11 {