summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/packet.h b/include/packet.h
index cfbd838..abdb046 100644
--- a/include/packet.h
+++ b/include/packet.h
@@ -60,6 +60,7 @@ extern const unsigned long const packet_destination(const struct packet *packet)
extern int packet_set_destination(struct packet *packet, unsigned long destination);
extern int packet_set_mask(struct packet *packet, unsigned long mask);
extern unsigned long packet_mask(const struct packet *packet);
+extern int packet_swap_address(struct packet *packet);
extern const int const packet_version(const struct packet *packet);
extern const int const packet_payload_size(const struct packet *packet);