]> git.proxmox.com Git - qemu.git/blobdiff - slirp/tftp.h
move socket_set_nodelay to osdep.c
[qemu.git] / slirp / tftp.h
index 51704e48747caa3b2007c955a0c7bf8659bb96b8..87adeb533352e6736422ec291df3e6ceae3d9a01 100644 (file)
@@ -1,4 +1,6 @@
 /* tftp defines */
+#ifndef SLIRP_TFTP_H
+#define SLIRP_TFTP_H 1
 
 #define TFTP_SESSIONS_MAX 3
 
@@ -43,3 +45,5 @@ struct tftp_session {
 };
 
 void tftp_input(struct mbuf *m);
+
+#endif