Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / image.h
1 /**
2  * @file image.h
3  * @purpose Helper functions for image processing
4  */
5
6 #ifndef _IMAGE_H
7 #define _IMAGE_H
8
9 #include "common.h"
10
11 extern void Image_Handler(FCGIContext * context, char * params); 
12
13 #endif //_IMAGE_H
14
15 //EOF

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