From 76edd6c448c55c4f9bcf37509ec372149c966993 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 25 Dec 2015 13:38:31 +0100 Subject: first commit --- util.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..4d8df4d --- /dev/null +++ b/util.h @@ -0,0 +1,12 @@ +#include + +#ifndef __UTIL_H__ +#define __UTIL_H__ + +String makeRedirectPage(String target, int timeout); +String makePage(String title, String contents); +String urlDecode(String input); +String ipToStr(IPAddress address); + +#endif + -- cgit v1.3.1