commit b77e12a1e00c4f6d0593c81f7e883d23eb1f32c2
Author: Christophe Fergeau <[email protected]>
Date: Mon Oct 26 23:04:28 2009 +0100
rename itdb_sha1.[ch] to itdb_hash58.[ch]
src/Makefile.am | 4 ++--
src/itdb_device.c | 2 +-
src/{itdb_sha1.c => itdb_hash58.c} | 2 +-
src/{itdb_sha1.h => itdb_hash58.h} | 0
tests/test-checksum.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e025c20..f3e426b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,13 +9,13 @@ libgpod_la_SOURCES = \
itdb_artwork.c \
itdb_chapterdata.c \
itdb_device.c \
+ itdb_hash58.c \
itdb_hash72.c \
itdb_iphone.c \
itdb_itunesdb.c \
itdb_photoalbum.c \
itdb_playlist.c \
itdb_plist.c \
- itdb_sha1.c \
itdb_sqlite.c \
itdb_sysinfo_extended_parser.c \
itdb_thumb.c \
@@ -47,7 +47,7 @@ noinst_HEADERS = \
itdb_endianness.h \
itdb_plist.h \
itdb_private.h \
- itdb_sha1.h \
+ itdb_hash58.h \
itdb_sqlite_queries.h \
itdb_sysinfo_extended_parser.h \
itdb_thumb.h \
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 01cf1f4..86ad2ca 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -34,7 +34,7 @@
#include "db-itunes-parser.h"
#include "itdb_device.h"
#include "itdb_private.h"
-#include "itdb_sha1.h"
+#include "itdb_hash58.h"
#include <ctype.h>
#include <fcntl.h>
#include <stdio.h>
diff --git a/src/itdb_sha1.c b/src/itdb_hash58.c
similarity index 99%
rename from src/itdb_sha1.c
rename to src/itdb_hash58.c
index 7e6d3b1..88a1235 100644
--- a/src/itdb_sha1.c
+++ b/src/itdb_hash58.c
@@ -35,7 +35,7 @@
*/
#include <glib.h>
-#include "itdb_sha1.h"
+#include "itdb_hash58.h"
#include "sha1.h"
static const unsigned char table1[256] = {
diff --git a/src/itdb_sha1.h b/src/itdb_hash58.h
similarity index 100%
rename from src/itdb_sha1.h
rename to src/itdb_hash58.h
diff --git a/tests/test-checksum.c b/tests/test-checksum.c
index 70086cd..d187a57 100644
--- a/tests/test-checksum.c
+++ b/tests/test-checksum.c
@@ -49,7 +49,7 @@
#include <sys/stat.h>
#include "itdb.h"
-#include "itdb_sha1.h"
+#include "itdb_hash58.h"
static unsigned char *
calculate_db_checksum (const char *itdb_path, guint64 fwid)
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2