X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=dir.c;fp=dir.c;h=f8aef9467319f753c7e5025c82148b70d9280e92;hb=e1fcdf3f1a7a2de0289526a5481009c3380f7547;hp=eab71bef2c5a3837ebf6b47769231bb0f3ba4e63;hpb=c6c33b1d75219db912fc091212b31d942f62df52;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. */