Begin adding write support.
[bluesky.git] / dir.c
diff --git a/dir.c b/dir.c
index eab71be..f8aef94 100644 (file)
--- a/dir.c
+++ b/dir.c
@@ -43,8 +43,8 @@ void bluesky_dirent_destroy(gpointer data)
     g_free(dirent);
 }
 
-static gint bluesky_dirent_compare(gconstpointer a, gconstpointer b,
-                                   gpointer unused)
+gint bluesky_dirent_compare(gconstpointer a, gconstpointer b,
+                            gpointer unused)
 {
     /* We can't simply subtract the hash values, since they are 64-bit and the
      * result could overflow when converted to a gint. */