Directory: rename struct directory to Directory

This commit is contained in:
Max Kellermann
2013-01-02 23:06:20 +01:00
parent 440ac51cf0
commit 3e8047e583
36 changed files with 180 additions and 184 deletions
+2 -2
View File
@@ -24,10 +24,10 @@
#include <sys/stat.h>
struct directory;
struct Directory;
bool
update_song_file(struct directory *directory,
update_song_file(Directory *directory,
const char *name, const char *suffix,
const struct stat *st);