aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/util.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-23 19:00:18 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-23 19:00:18 +0200
commitddf5c236446767b60718b7254a4e4d3c5e4c941c (patch)
tree92a5d4aa322547c54dc5f06d5a78b2a8bb765695 /service/src/util.h
parentf75abdd928302e8ef555e1f10b19b6105609775e (diff)
downloadenowars5-service-stldoctor-ddf5c236446767b60718b7254a4e4d3c5e4c941c.tar.gz
enowars5-service-stldoctor-ddf5c236446767b60718b7254a4e4d3c5e4c941c.zip
added test command for upload custom file, various smaller changes, fixed float little-endian loading
Diffstat (limited to 'service/src/util.h')
-rw-r--r--service/src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/src/util.h b/service/src/util.h
index eaef14f..c0e9064 100644
--- a/service/src/util.h
+++ b/service/src/util.h
@@ -31,6 +31,8 @@ const char* ask(const char *fmtstr, ...);
void dump(const char *filepath);
int strpfcmp(const char *prefix, const char *str);
+float fle32toh(float v);
+
extern int echo;
#endif /* UTIL_H */