diff src/filefilter.h @ 1423:6933974f0885

Make ishidden() static to filedata.c and rename it is_hidden_file().
author zas_
date Thu, 12 Mar 2009 22:39:06 +0000
parents 15208b140481
children 0061979f7f6d
line wrap: on
line diff
--- a/src/filefilter.h	Thu Mar 12 22:35:45 2009 +0000
+++ b/src/filefilter.h	Thu Mar 12 22:39:06 2009 +0000
@@ -50,7 +50,5 @@
 gchar *sidecar_ext_to_string(void);
 GList *sidecar_ext_get_list(void);
 
-gint ishidden(const gchar *name);
-
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */