Add test main and update nginx config to have HTTP basic auth for api/login
[matches/MCTX3420.git] / testing / fastcgi-approach / common.h
diff --git a/testing/fastcgi-approach/common.h b/testing/fastcgi-approach/common.h
new file mode 100644 (file)
index 0000000..0777772
--- /dev/null
@@ -0,0 +1,20 @@
+/**
+ * @file common.h
+ * @purpose Common header includes
+ */
+
+#ifndef _COMMON_H
+#define _COMMON_H
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdbool.h>
+#include <string.h>
+#include <errno.h>
+#include <pthread.h>
+#include <unistd.h>
+
+extern void Handler_Sensors(void *data, char *params);
+
+#endif //_COMMON_H
+

UCC git Repository :: git.ucc.asn.au