Nicen the rego form and add back the change password form
[matches/MCTX3420.git] / server / image.h
index 7cec1ed..3c1ab69 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file image.h
- * @purpose Helper functions for image processing
+ * @brief Helper functions for image processing
  */
 
 #ifndef _IMAGE_H
@@ -8,7 +8,9 @@
 
 #include "common.h"
 
-extern void Image_Handler(FCGIContext * context, const char * params); 
+extern void Image_Init();
+extern void Image_Handler(FCGIContext * context, char * params); 
+extern void Image_Cleanup();
 
 #endif //_IMAGE_H
 

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