coolers/mosquitto.h

Tue, 06 May 2014 21:37:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 06 May 2014 21:37:06 +0200
changeset 28
32ed1ea4d0b6
parent 26
9322c619c525
permissions
-rw-r--r--

Coolers working with a hardcode reference

#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