X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Ffastcgi-approach%2Fcommon.h;fp=testing%2Ffastcgi-approach%2Fcommon.h;h=07777726fec45c58bd6b922a2561f028a3c1ef6d;hb=a6ae915f96e9769fc6f67deb4ddfaa7e6efcf464;hp=0000000000000000000000000000000000000000;hpb=08cc65d3e4108f985ff6f119e9538fb8d09b2f65;p=matches%2FMCTX3420.git diff --git a/testing/fastcgi-approach/common.h b/testing/fastcgi-approach/common.h new file mode 100644 index 0000000..0777772 --- /dev/null +++ b/testing/fastcgi-approach/common.h @@ -0,0 +1,20 @@ +/** + * @file common.h + * @purpose Common header includes + */ + +#ifndef _COMMON_H +#define _COMMON_H + +#include +#include +#include +#include +#include +#include +#include + +extern void Handler_Sensors(void *data, char *params); + +#endif //_COMMON_H +