[trunk] Remove bool.h, use opj_bool instead
[openjpeg.git] / src / lib / openjpip / imgsock_manager.h
index 88ab1d33d586476eae6d1f262f17f86ec9a2dd79..f4807c8c2d6faeff08dc6558935e2dac2120f5e3 100644 (file)
@@ -31,9 +31,9 @@
 #ifndef        IMGSOCK_MANAGER_H_
 # define       IMGSOCK_MANAGER_H_
 
-#include "bool.h"
 #include "byte_manager.h"
 #include "sock_manager.h"
+#include "opj_includes.h"
 
 #define NUM_OF_MSGTYPES 9
 typedef enum eMSGTYPE{ JPIPSTREAM, PNMREQ, XMLREQ, TIDREQ, CIDREQ, CIDDST, SIZREQ, JP2SAVE, QUIT, MSGERROR} msgtype_t;
@@ -112,7 +112,7 @@ void send_SIZstream( SOCKET connected_socket, unsigned int width, unsigned int h
  * @param [in]  connected_socket file descriptor of the connected socket
  * @param [in]  succeed          whether if the requested process succeeded
  */
-void response_signal( SOCKET connected_socket, bool succeed);
+void response_signal( SOCKET connected_socket, opj_bool succeed);
 
 #endif /* !IMGSOCK_MANAGER_H_ */