diff options
Diffstat (limited to 'src/private.h')
| -rw-r--r-- | src/private.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/private.h b/src/private.h new file mode 100644 index 0000000..5a0f4d0 --- /dev/null +++ b/src/private.h @@ -0,0 +1,10 @@ +#ifndef MQTT_PRIVATE_H +#define MQTT_PRIVATE_H + +#include "mqtt.h" + +void MqttClientPause(MqttClient *client); + +void MqttClientResume(MqttClient *client); + +#endif |
