2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / registryd / reentrant-list.c
similarity index 89%
rename from libspi/util.c
rename to registryd/reentrant-list.c
index 3ec52f5..6e9911e 100644 (file)
  */
 
 #include <config.h>
-#include <glib/gmessages.h>
-#include <glib/gslist.h>
-#include <Accessibility.h>
+#include <glib.h>
 
-#include "spi-private.h"
+#include "reentrant-list.h"
 
 typedef struct {
        GList **list;
@@ -35,14 +33,6 @@ typedef struct {
 
 static GSList *working_list = NULL; /* of Iteration */
 
-Accessibility_Role spi_accessible_role_from_atk_role (AtkRole role);
-
-Accessibility_Role
-spi_role_from_atk_role (AtkRole role)
-{
-    return spi_accessible_role_from_atk_role (role);
-}
-
 /*
  *   deletes an element from the list - in a re-entrant
  * safe fashion; advances the element pointer to the next