aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/util.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-13 13:55:07 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-13 13:55:07 +0200
commit9d4f8aaceda37364748a4be8238ffde4c137a19c (patch)
tree0c641bbf257f606503edd04c3d4a1fd1fd559e62 /service/src/util.h
parentf1285b65d59119b71c7c4f98dddcf2d6969922be (diff)
downloadenowars5-service-stldoctor-9d4f8aaceda37364748a4be8238ffde4c137a19c.tar.gz
enowars5-service-stldoctor-9d4f8aaceda37364748a4be8238ffde4c137a19c.zip
added cleanup script, improved poc test, addec echo for debugging and small fixes
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 d012f25..3496461 100644
--- a/service/src/util.h
+++ b/service/src/util.h
@@ -29,4 +29,6 @@ const char* ask(const char *fmtstr, ...);
void dump(const char *filepath);
int strpfcmp(const char *prefix, const char *str);
+extern int echo;
+
#endif /* UTIL_H */