aboutsummaryrefslogtreecommitdiff
path: root/net/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tftp.h')
-rw-r--r--net/tftp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tftp.h b/net/tftp.h
new file mode 100644
index 000000000..e3dfb2628
--- /dev/null
+++ b/net/tftp.h
@@ -0,0 +1,21 @@
+/*
+ * LiMon - BOOTP/TFTP.
+ *
+ * Copyright 1994, 1995, 2000 Neil Russell.
+ * (See License)
+ */
+
+#ifndef __TFTP_H__
+#define __TFTP_H__
+
+/**********************************************************************/
+/*
+ * Global functions and variables.
+ */
+
+/* tftp.c */
+extern void TftpStart (void); /* Begin TFTP get */
+
+/**********************************************************************/
+
+#endif /* __TFTP_H__ */