Skip to content

Commit 160f84a

Browse files
committed
Make advertiseServices() private
1 parent 7a35ee4 commit 160f84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266mDNS/ESP8266mDNS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class MDNSResponder {
8383
}
8484

8585
void enableArduino(uint16_t port, bool auth=false);
86-
size_t advertiseServices(); // advertise all hosted services
8786

8887
void setInstanceName(String name);
8988
void setInstanceName(const char * name){
@@ -105,6 +104,7 @@ class MDNSResponder {
105104
uint16_t _getServiceTxtLen(char *name, char *proto);
106105
void _parsePacket();
107106
void _reply(uint8_t replyMask, char * service, char *proto, uint16_t port);
107+
size_t advertiseServices(); // advertise all hosted services
108108
};
109109

110110
extern MDNSResponder MDNS;

0 commit comments

Comments
 (0)