comparison rvinterf/lowlevel/logsent.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 c2f2f7d78451
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 <string.h> 7 #include <string.h>
8 #include <strings.h> 8 #include <strings.h>
9 #include "../limits.h" 9 #include "../include/limits.h"
10 10
11 log_sent_packet(pkt, pktlen) 11 log_sent_packet(pkt, pktlen)
12 u_char *pkt; 12 u_char *pkt;
13 { 13 {
14 char buf[MAX_PKT_TO_TARGET*3+5]; 14 char buf[MAX_PKT_TO_TARGET*3+5];