diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-25 02:07:17 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-25 02:07:17 +0000 |
commit | 7221f30ab3266400b2c848fd39f10c6c9bc00a70 (patch) | |
tree | cab6adb3663c465357de37bc43134161025b56fb /epan/to_str.h | |
parent | 26bd9f362315344b5eff6db1a8486643941c67fb (diff) | |
download | wireshark-7221f30ab3266400b2c848fd39f10c6c9bc00a70.tar.gz wireshark-7221f30ab3266400b2c848fd39f10c6c9bc00a70.tar.bz2 wireshark-7221f30ab3266400b2c848fd39f10c6c9bc00a70.zip |
From Nathan Hartwell via bug 2733:
Added time_secs_to_str_unsigned().
svn path=/trunk/; revision=28840
Diffstat (limited to 'epan/to_str.h')
-rw-r--r-- | epan/to_str.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h index 6bf5a6cfc1..f2727ad771 100644 --- a/epan/to_str.h +++ b/epan/to_str.h @@ -69,6 +69,7 @@ extern gchar* ipxnet_to_str_punct(const guint32 ad, char punct); extern gchar* vines_addr_to_str(const guint8 *addrp); extern void vines_addr_to_str_buf(const guint8 *addrp, gchar *buf, int buf_len); extern gchar* time_secs_to_str(gint32); +extern gchar* time_secs_to_str_unsigned(guint32); extern gchar* time_msecs_to_str(gint32); extern gchar* abs_time_to_str(nstime_t*); extern gchar* abs_time_secs_to_str(time_t); |