aboutsummaryrefslogtreecommitdiff
path: root/src/processor/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/logging.h')
-rw-r--r--src/processor/logging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/logging.h b/src/processor/logging.h
index 6a964f6e..4925e67f 100644
--- a/src/processor/logging.h
+++ b/src/processor/logging.h
@@ -119,8 +119,8 @@ class LogMessageVoidify {
};
// Returns number formatted as a hexadecimal string, such as "0x7b".
-string HexString(u_int32_t number);
-string HexString(u_int64_t number);
+string HexString(uint32_t number);
+string HexString(uint64_t number);
string HexString(int number);
// Returns the error code as set in the global errno variable, and sets