Changed IDL for State, Component, and Image to reduce use of out params.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-util.c
index cc63fea..64a52be 100644 (file)
@@ -16,7 +16,7 @@ SPI_freeString (char *s)
   CORBA_free (s);
 }
 
-boolean
+SPIBoolean
 cspi_warn_ev (CORBA_Environment *ev, const char *error_string)
 {
   if (ev->_major != CORBA_NO_EXCEPTION)