diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2012-03-01 22:01:25 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2012-03-01 22:01:25 +0000 |
commit | b913f788267327228cb27ef1a1de7aa556b789c3 (patch) | |
tree | 8b678e4b011f163ce2d0c5b3673dc4e5901ae90b /src/util.h | |
parent | a8fed4cb21f81bc1ce539d679da42d03a912469f (diff) |
fix memory leak and improvement on the url comment patch, and add a completed at item to the general panel.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ tr_formatter_speed_init(unsigned int kilo, char *tr_formatter_speed_KBps(char *buf, double KBps, size_t buflen); char *tr_strltime_long(char *buf, long seconds, size_t buflen); +gchar *epoch_to_string(gint64 epoch); char *tr_strltime_short(char *buf, long seconds, size_t buflen); char *tr_strpercent(char *buf, double x, size_t buflen); char *tr_strlpercent(char *buf, double x, size_t buflen); |