[libbdplus-devel] move file.[ch] -> configfile.[ch]

anonymous git at videolan.org
Thu Jan 8 10:50:30 CET 2015


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan  8 10:58:17 2015 +0200| [67bc538c8da44394928a3835ac11802e2d3f998f] | committer: anonymous

move file.[ch] -> configfile.[ch]

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=67bc538c8da44394928a3835ac11802e2d3f998f
---

 src/Makefile.am                   |    4 ++--
 src/file/{file.c => configfile.c} |    2 +-
 src/file/{file.h => configfile.h} |    0
 src/libbdplus/bdplus.c            |    2 +-
 src/libbdplus/bdplus_config.c     |    2 +-
 src/libbdplus/internal.c          |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6d292c4..58a2ee4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,8 +35,8 @@ libbdplus_la_SOURCES=\
 	libbdplus/bdsvm/sha1.h \
 	libbdplus/bdsvm/sha1.c \
 	file/dirs.h \
-	file/file.c \
-	file/file.h \
+	file/configfile.c \
+	file/configfile.h \
 	util/attributes.h \
 	util/macro.h \
 	util/mutex.h \
diff --git a/src/file/file.c b/src/file/configfile.c
similarity index 99%
rename from src/file/file.c
rename to src/file/configfile.c
index d4d6533..da59583 100644
--- a/src/file/file.c
+++ b/src/file/configfile.c
@@ -21,7 +21,7 @@
 # include "config.h"
 #endif
 
-#include "file.h"
+#include "configfile.h"
 
 #include "dirs.h"
 #include "util/logging.h"
diff --git a/src/file/file.h b/src/file/configfile.h
similarity index 100%
rename from src/file/file.h
rename to src/file/configfile.h
diff --git a/src/libbdplus/bdplus.c b/src/libbdplus/bdplus.c
index 103456d..673081d 100644
--- a/src/libbdplus/bdplus.c
+++ b/src/libbdplus/bdplus.c
@@ -34,7 +34,7 @@
 #include "util/macro.h"
 #include "util/mutex.h"
 #include "util/strutl.h"
-#include "file/file.h"
+#include "file/configfile.h"
 
 #include <string.h>
 #include <stdlib.h>
diff --git a/src/libbdplus/bdplus_config.c b/src/libbdplus/bdplus_config.c
index c4c1941..f054239 100644
--- a/src/libbdplus/bdplus_config.c
+++ b/src/libbdplus/bdplus_config.c
@@ -23,7 +23,7 @@
 
 #include "bdplus_config.h"
 
-#include "file/file.h"
+#include "file/configfile.h"
 #include "util/logging.h"
 #include "util/strutl.h"
 #include "util/macro.h"
diff --git a/src/libbdplus/internal.c b/src/libbdplus/internal.c
index ab58aa4..a5a1a5b 100644
--- a/src/libbdplus/internal.c
+++ b/src/libbdplus/internal.c
@@ -26,7 +26,7 @@
 #include "bdsvm/loader.h"
 #include "bdsvm/segment.h"
 
-#include "file/file.h"
+#include "file/configfile.h"
 #include "util/logging.h"
 #include "util/macro.h"
 #include "util/strutl.h"



More information about the libbdplus-devel mailing list