summaryrefslogtreecommitdiff
path: root/src/common/utils.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-05 00:19:58 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-05 00:19:58 +0300
commit88a6bbe81cdac8392af63d9732b582fa02b04261 (patch)
treeb3ff5d684c24990a1540bee398b59656c066089c /src/common/utils.h
parenta59d2cf735c961d86050ae51d345a5a81cfeb77c (diff)
parentdcc9ee43a4b33ace1501864415f5a856b18f8201 (diff)
downloadhercules-88a6bbe81cdac8392af63d9732b582fa02b04261.tar.gz
hercules-88a6bbe81cdac8392af63d9732b582fa02b04261.tar.bz2
hercules-88a6bbe81cdac8392af63d9732b582fa02b04261.tar.xz
hercules-88a6bbe81cdac8392af63d9732b582fa02b04261.zip
Merge pull request #993 from HerculesWS/mobdb2sql
Mob DB support for the db2sql plugin
Diffstat (limited to 'src/common/utils.h')
-rw-r--r--src/common/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/utils.h b/src/common/utils.h
index da2a29317..3f181ef12 100644
--- a/src/common/utils.h
+++ b/src/common/utils.h
@@ -42,6 +42,9 @@ bool exists(const char* filename);
/// calculates the value of A / B, in percent (rounded down)
unsigned int get_percentage(const unsigned int A, const unsigned int B);
+int64 apply_percentrate64(int64 value, int rate, int maxrate);
+int apply_percentrate(int value, int rate, int maxrate);
+
const char* timestamp2string(char* str, size_t size, time_t timestamp, const char* format);
//////////////////////////////////////////////////////////////////////////