FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/format.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 | 2f214bd03119 |
children | 05874f1ddacb |
comparison
equal
deleted
inserted
replaced
255:c33fb341faeb | 256:2f285f20d617 |
---|---|
5 | 5 |
6 #include <sys/types.h> | 6 #include <sys/types.h> |
7 #include <stdio.h> | 7 #include <stdio.h> |
8 #include <string.h> | 8 #include <string.h> |
9 #include <strings.h> | 9 #include <strings.h> |
10 #include "../pktmux.h" | 10 #include "../include/pktmux.h" |
11 #include "../limits.h" | 11 #include "../include/limits.h" |
12 | 12 |
13 extern u_char rxpkt[]; | 13 extern u_char rxpkt[]; |
14 extern size_t rxpkt_len; | 14 extern size_t rxpkt_len; |
15 | 15 |
16 void | 16 void |