Fix dilatometer, other misc stuff
[matches/MCTX3420.git] / server / image.h
index 7f4271d..8e2cd68 100644 (file)
@@ -12,7 +12,7 @@
 extern void Image_Init();
 extern void Image_Handler(FCGIContext * context, char * params); 
 extern void Image_Cleanup();
-extern bool Camera_GetImage(int num, int width, int height,  CvMat * image);
+extern bool Camera_GetImage(int num, int width, int height,  IplImage ** image);
 
 #endif //_IMAGE_H
 

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