summaryrefslogtreecommitdiff
path: root/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol.h b/protocol.h
index c1cca1f..a2c5d8b 100644
--- a/protocol.h
+++ b/protocol.h
@@ -127,6 +127,7 @@ extern int mndp_add_attribute(struct mt_packet *packet, enum mt_mndp_attrtype at
extern struct mt_mndp_info *parse_mndp(const unsigned char *data, const int packet_len);
int query_mndp(const char *identity, unsigned char *mac);
+int query_mndp_verbose(char *address, unsigned char *dstmac);
/* Number of milliseconds between each retransmission */
#define MAX_RETRANSMIT_INTERVALS 9