comparison 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
comparison
equal deleted inserted replaced
1422:91bed0d66cf2 1423:6933974f0885
48 48
49 void sidecar_ext_parse(const gchar *text); 49 void sidecar_ext_parse(const gchar *text);
50 gchar *sidecar_ext_to_string(void); 50 gchar *sidecar_ext_to_string(void);
51 GList *sidecar_ext_get_list(void); 51 GList *sidecar_ext_get_list(void);
52 52
53 gint ishidden(const gchar *name);
54
55 #endif 53 #endif
56 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 54 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */