coolers/mosquitto.h

Wed, 07 May 2014 23:01:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 07 May 2014 23:01:18 +0200
changeset 29
ac763b87ee25
parent 28
32ed1ea4d0b6
permissions
-rw-r--r--

Improved rc-switch library to be more flexible.

#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