summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/functions.h')
-rw-r--r--src/libktorrent/interfaces/functions.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libktorrent/interfaces/functions.h b/src/libktorrent/interfaces/functions.h
index 4ffe9a9..4836a6f 100644
--- a/src/libktorrent/interfaces/functions.h
+++ b/src/libktorrent/interfaces/functions.h
@@ -22,6 +22,7 @@
#include <tqstring.h>
#include <util/constants.h>
+#include <libktorrent_export.h>
namespace kt
{
@@ -29,9 +30,9 @@ namespace kt
const double TO_MEG = (1024.0 * 1024.0);
const double TO_GIG = (1024.0 * 1024.0 * 1024.0);
- TQString BytesToString(bt::Uint64 bytes,int precision = -1);
- TQString KBytesPerSecToString(double speed,int precision = 1);
- TQString DurationToString(bt::Uint32 nsecs);
+ LIBKTORRENT_EXPORT TQString BytesToString(bt::Uint64 bytes,int precision = -1);
+ LIBKTORRENT_EXPORT TQString KBytesPerSecToString(double speed,int precision = 1);
+ LIBKTORRENT_EXPORT TQString DurationToString(bt::Uint32 nsecs);
template<class T> int CompareVal(T a,T b)
{