Add usleep to strain.c just in case...
[matches/MCTX3420.git] / server / pin_test.h
1 /**
2  * @file pin_test.h
3  * @brief Declarations to allow direct control over pins through FastCGI
4  */
5
6 #ifndef _PIN_MODULE_H
7 #define _PIN_MODULE_H
8
9 #include "common.h"
10
11 extern void Pin_Init();
12 extern void Pin_Close();
13 extern void Pin_Handler(FCGIContext *context, char * params);
14
15 #endif //_PIN_MODULE_H
16
17 //EOF

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