]> granicus.if.org Git - curl/commitdiff
moved some definitions from tftp.h to tftpd.c
authorYang Tse <yangsita@gmail.com>
Thu, 23 Oct 2008 14:34:08 +0000 (14:34 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 23 Oct 2008 14:34:08 +0000 (14:34 +0000)
tests/server/tftp.h
tests/server/tftpd.c

index b991875cce6ace698b94c85cb200eb3ea468db4b..d6c7acec5d84413a2470accfca2510f5e0187150 100644 (file)
@@ -46,12 +46,6 @@ struct tftphdr {
 #define th_code  th_block
 #define th_msg   th_data
 
-#define opcode_RRQ   1
-#define opcode_WRQ   2
-#define opcode_DATA  3
-#define opcode_ACK   4
-#define opcode_ERROR 5
-
 #define EUNDEF    0
 #define ENOTFOUND 1
 #define EACCESS   2
index 8675675602356cceade74faa0c9458f8d9fb147f..364cddc3aa24af57da0c134c71e24eba9e16a358 100644 (file)
@@ -118,6 +118,11 @@ static int writeit(struct testcase *test, struct tftphdr **dpp, int ct,
                    int convert);
 static void mysignal(int, void (*func)(int));
 
+#define opcode_RRQ   1
+#define opcode_WRQ   2
+#define opcode_DATA  3
+#define opcode_ACK   4
+#define opcode_ERROR 5
 
 #define TIMEOUT         5