aboutsummaryrefslogtreecommitdiff
path: root/ptunnel.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-18 14:02:36 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-18 14:02:36 +0100
commit6e8b336c950fa0af7d45e0d3933fd3d74e7c246b (patch)
treede746c72e71c41177e298ed324eac4ee204000b5 /ptunnel.h
parentc78800c6bff7b4feac1c428af5fa23cb9c38c2ed (diff)
ptunnel-ng:
* moved send_packets to pdesc * removed unused whitespaces
Diffstat (limited to 'ptunnel.h')
-rw-r--r--ptunnel.h2
1 files changed, 0 insertions, 2 deletions
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);