summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-03-03 02:48:20 +1100
committer Vas Crabb <vas@vastheman.com>2016-03-03 03:53:43 +1100
commit42ea68285296b7838fe9a3ce7e5d66061c8f7e21 (patch)
treee469b8575dcda181066d6cd0f60d5ba2c8e9ae33 /src/lib/util/corestr.h
parentd50614c8bd734b2b995c470a96336967be401206 (diff)
core_i64_hex_format is now a static function in memory.cpp
Diffstat (limited to 'src/lib/util/corestr.h')
-rw-r--r--src/lib/util/corestr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/util/corestr.h b/src/lib/util/corestr.h
index bd08da1483c..29f98d06dc6 100644
--- a/src/lib/util/corestr.h
+++ b/src/lib/util/corestr.h
@@ -61,10 +61,6 @@ char *core_strdup(const char *str);
int core_strwildcmp(const char *sp1, const char *sp2);
-/* I64 printf helper */
-char *core_i64_format(UINT64 value, UINT8 mindigits, bool is_octal);
-char *core_i64_hex_format(UINT64 value, UINT8 mindigits);
-
int strcatvprintf(std::string &str, const char *format, va_list args);
void strdelchr(std::string& str, char chr);