Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
61:aad055f1b0d1
Parent:
59:e0e556c8bd46
Child:
83:08c983006a6e
--- a/udp/tftp.h	Sat Dec 16 14:39:50 2017 +0000
+++ b/udp/tftp.h	Thu Jan 11 17:38:21 2018 +0000
@@ -1,6 +1,9 @@
+#include <stdint.h>
+#include <stdbool.h>
+
 extern bool     TftpTrace;
 
-extern void     TftpMain();
+extern void     TftpMain(void);
 
 extern char     TftpServerName[];
 extern char     TftpFileName[];