diff options
Diffstat (limited to 'e-util/e-folder-map.h')
-rw-r--r-- | e-util/e-folder-map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-folder-map.h b/e-util/e-folder-map.h index e61dc140ff..a939ea777f 100644 --- a/e-util/e-folder-map.h +++ b/e-util/e-folder-map.h @@ -28,7 +28,8 @@ G_BEGIN_DECLS -GSList *e_folder_map_local_folders (char *local_dir, char *type); +GSList * e_folder_map_local_folders (const gchar *local_dir, + const gchar *type); G_END_DECLS |