mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 06:36:51 +08:00
mdns mdns_search_service mdns_search_stop: define the request id as unsigned.
This commit is contained in:
committed by
Dirk Ziegelmeier
parent
3d7ff53070
commit
ff17530997
@@ -136,8 +136,8 @@ typedef void (*search_result_fn_t)(struct mdns_answer *answer, const char *varpa
|
||||
|
||||
err_t mdns_search_service(const char *name, const char *service, enum mdns_sd_proto proto,
|
||||
struct netif *netif, search_result_fn_t result_fn, void *arg,
|
||||
s8_t *request_id);
|
||||
void mdns_search_stop(s8_t request_id);
|
||||
u8_t *request_id);
|
||||
void mdns_search_stop(u8_t request_id);
|
||||
|
||||
#endif /* LWIP_MDNS_SEARCH */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user