2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / registryd / reentrant-list.h
similarity index 86%
rename from libspi/spi-private.h
rename to registryd/reentrant-list.h
index 72b7e56..88e37e4 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef SPI_PRIVATE_H_
-#define SPI_PRIVATE_H_
+#ifndef REENTRANT_LIST_H_
+#define REENTRANT_LIST_H_
 
 #include <glib/glist.h>
-#include <atk/atk.h>
-#include <Accessibility.h>
 
 G_BEGIN_DECLS
 
-#define DBG(a,b) if(_dbg>=(a))b
-
-extern int _dbg;
-
 typedef enum {
        SPI_RE_ENTRANT_CONTINUE = 0,
        SPI_RE_ENTRANT_TERMINATE
@@ -42,7 +36,6 @@ typedef enum {
 typedef SpiReEntrantContinue (*SpiReEntrantFn) (GList * const *list,
                                                gpointer       user_data);
 
-Accessibility_Role spi_role_from_atk_role (AtkRole role);
 void spi_re_entrant_list_delete_link (GList * const  *element_ptr);
 void spi_re_entrant_list_foreach     (GList         **list,
                                      SpiReEntrantFn  func,
@@ -50,4 +43,4 @@ void spi_re_entrant_list_foreach     (GList         **list,
 
 G_END_DECLS
 
-#endif /* SPI_PRIVATE_H_ */
+#endif /* REENTRANT_LIST_H_ */