code
This commit is contained in:
12
Plugins/MqttClient/Source/DTMqtt/MqttC/Proxy.h
Normal file
12
Plugins/MqttClient/Source/DTMqtt/MqttC/Proxy.h
Normal file
@ -0,0 +1,12 @@
|
||||
// Copyright 2023 Dexter.Wan. All Rights Reserved.
|
||||
// EMail: 45141961@qq.com
|
||||
|
||||
#if !defined(PROXY_H)
|
||||
#define PROXY_H
|
||||
|
||||
#include "Clients.h"
|
||||
|
||||
/* Notify the IP address and port of the endpoint to proxy, and wait connection to endpoint */
|
||||
int Proxy_connect(networkHandles *net, int ssl, const char *hostname );
|
||||
|
||||
#endif /* PROXY_H */
|
Reference in New Issue
Block a user