X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=dir.c;h=f8aef9467319f753c7e5025c82148b70d9280e92;hb=988bf74dd44cd57d0b67aa2a7f1bf77e09c24484;hp=eab71bef2c5a3837ebf6b47769231bb0f3ba4e63;hpb=8819789ef2264b26aebfae489932a447f6e0f65f;p=bluesky.git diff --git a/dir.c b/dir.c index eab71be..f8aef94 100644 --- 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. */