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

View File

@@ -45,7 +45,7 @@ extern "C" {
#include <stdio.h>
struct song *
song_file_load(const char *path, struct directory *parent)
song_file_load(const char *path, Directory *parent)
{
struct song *song;
bool ret;