mirror of https://github.com/sfeakes/AqualinkD.git
9 lines
203 B
C
9 lines
203 B
C
|
|
||
|
#ifndef PEN_MESSAGES_H_
|
||
|
#define PEN_MESSAGES_H_
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool processPentairPacket(unsigned char *packet_buffer, int packet_length, struct aqualinkdata *aqdata);
|
||
|
|
||
|
#endif // PEN_MESSAGES_H_
|