Added public interface get_screensaver_dir_list

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2000-08-09 18:11:02 +00:00
parent caa9b7c95e
commit c3827b78aa

View file

@ -45,4 +45,6 @@ gchar *write_screensaver_list (GList *screensavers);
/* Internal; used by pref-file.c and rc-parse.c only */
int string_columns (const char *string, int length, int start);
GList *get_screensaver_dir_list (void);
#endif /* __RC_PARSE_H */