From 6e8b336c950fa0af7d45e0d3933fd3d74e7c246b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 18 Dec 2017 14:02:36 +0100 Subject: ptunnel-ng: * moved send_packets to pdesc * removed unused whitespaces --- ptunnel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ptunnel.h') diff --git a/ptunnel.h b/ptunnel.h index 4bc87bf..d0714e3 100644 --- a/ptunnel.h +++ b/ptunnel.h @@ -139,8 +139,6 @@ int queue_packet(int icmp_sock, uint8_t type, char *buf, int num_bytes, uint32_t state, struct sockaddr_in *dest_addr, uint16_t next_expected_seq, int *first_ack, uint16_t *ping_seq); -uint32_t send_packets(forward_desc_t *ring[], int *xfer_idx, int *await_send, int *sock); - void handle_data(icmp_echo_packet_t *pkt, int total_len, forward_desc_t *ring[], int *await_send, int *insert_idx, uint16_t *next_expected_seq); -- cgit v1.2.3