Skip to content

Commit

Permalink
Fix missing bit of previous patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Apr 3, 2008
1 parent 287ce3f commit c34caea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FileData *file_data_new_simple(const gchar *path_utf8);
FileData *file_data_ref(FileData *fd);
void file_data_unref(FileData *fd);

FileData *file_data_do_change(FileData *fd);
void file_data_do_change(FileData *fd);
gboolean file_data_add_change_info(FileData *fd, FileDataChangeType type, const gchar *src, const gchar *dest);
void file_data_change_info_free(FileDataChangeInfo *fdci, FileData *fd);

Expand Down

0 comments on commit c34caea

Please sign in to comment.