thermferm/mosquitto.h

Tue, 20 May 2014 22:40:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 20 May 2014 22:40:16 +0200
changeset 46
000399c64d3f
parent 41
f534ace74eea
permissions
-rw-r--r--

More client/server communications

#ifndef	MY_MOSQUITTO_H
#define MY_MOSQUITTO_H

#ifdef HAVE_WIRINGPI_H

int  my_mosquitto_switch(char *, int);
int  my_mosquitto_init(void);
int  my_mosquitto_loop(void);
void my_mosquitto_exit(void);

#endif

#endif

mercurial