Added module for direct control over pins
[matches/MCTX3420.git] / server / pin_test.h
diff --git a/server/pin_test.h b/server/pin_test.h
new file mode 100644 (file)
index 0000000..dd07fe1
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+ * @file pin_test.h
+ * @purpose Declarations to allow direct control over pins through FastCGI
+ */
+
+#ifndef _PIN_MODULE_H
+#define _PIN_MODULE_H
+
+#include "common.h"
+
+extern void Pin_Init();
+extern void Pin_Close();
+extern void Pin_Handler(FCGIContext *context, char * params);
+
+#endif //_PIN_MODULE_H
+
+//EOF

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