diff options
Diffstat (limited to 'src/misc.h')
| -rw-r--r-- | src/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Returns the current time as milliseconds. The return value can only be compared to another return value of the function. */ -int64_t GetCurrentTime(); +int64_t MqttGetCurrentTime(); /* Simple hexdump to stdout. |
