Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / control.h
1 /**
2  * @file control.h
3  * @brief Header file for control functions
4  */
5 #ifndef _CONTROL_H
6 #define _CONTROL_H
7
8
9
10 /** ID codes for all the actuators **/
11 extern void Control_Handler(FCGIContext *context, char *params);
12
13 #endif

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