summaryrefslogtreecommitdiff
path: root/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.h b/protocol.h
index 50f331b..a450b2b 100644
--- a/protocol.h
+++ b/protocol.h
@@ -127,7 +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);
+int query_mndp_or_mac(char *address, unsigned char *dstmac, int verbose);
/* Number of milliseconds between each retransmission */
#define MAX_RETRANSMIT_INTERVALS 9