diff options
Diffstat (limited to 'misc/util.h')
-rw-r--r-- | misc/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/util.h b/misc/util.h index 6ff2a54..e5bc061 100644 --- a/misc/util.h +++ b/misc/util.h @@ -105,6 +105,8 @@ int ixmlAddProperty(IN IXML_Document* document, IN IXML_Element* node, const cha * @param length the length of the new string */ char* substr(const char* str, unsigned int offset, unsigned int length); + +char* duration(off64_t duration, unsigned int timeBase = 1); #if 0 { #endif |