comparison rvinterf/lowlevel/packetrx.c @ 256:2f285f20d617

rvinterf: *.h moved into include subdir
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 04 Feb 2014 05:03:57 +0000
parents 3256dc6e84ae
children
comparison
equal deleted inserted replaced
255:c33fb341faeb 256:2f285f20d617
4 4
5 #include <sys/types.h> 5 #include <sys/types.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <unistd.h> 8 #include <unistd.h>
9 #include "../pktmux.h" 9 #include "../include/pktmux.h"
10 #include "../limits.h" 10 #include "../include/limits.h"
11 11
12 extern int target_fd; 12 extern int target_fd;
13 13
14 u_char rxpkt[MAX_PKT_FROM_TARGET]; 14 u_char rxpkt[MAX_PKT_FROM_TARGET];
15 size_t rxpkt_len; 15 size_t rxpkt_len;