aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkt.h')
-rw-r--r--src/pkt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkt.h b/src/pkt.h
index 8002f78..3953adb 100644
--- a/src/pkt.h
+++ b/src/pkt.h
@@ -133,6 +133,7 @@ typedef struct {
typedef struct forward_desc_t forward_desc_t;
typedef struct icmp_desc_t icmp_desc_t;
+typedef struct proxy_desc_t proxy_desc_t;
void handle_packet(char *buf, unsigned bytes, int is_pcap, struct sockaddr_in *addr, int icmp_sock);
@@ -140,7 +141,7 @@ void handle_packet(char *buf, unsigned bytes, int is_pcap, struct sockaddr_in *a
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, void *vcur, uint16_t window_size);
-void handle_extended_options(void *vcur);
+void handle_extended_options(proxy_desc_t *cur);
void handle_ack(uint16_t seq_no, icmp_desc_t *ring, int *packets_awaiting_ack,
int one_ack_only, int insert_idx, int *first_ack,