[crossepg] r278 committed - Added epgdb_get_revision api

1 view
Skip to first unread message

cros...@googlecode.com

unread,
Apr 28, 2011, 7:24:06 PM4/28/11
to cros...@googlegroups.com
Revision: 278
Author: san...@skanetwork.com
Date: Thu Apr 28 16:23:25 2011
Log: Added epgdb_get_revision api
http://code.google.com/p/crossepg/source/detail?r=278

Modified:
/trunk/src/common/epgdb/epgdb.c
/trunk/src/common/epgdb/epgdb.h

=======================================
--- /trunk/src/common/epgdb/epgdb.c Wed Apr 27 15:40:17 2011
+++ /trunk/src/common/epgdb/epgdb.c Thu Apr 28 16:23:25 2011
@@ -71,6 +71,7 @@
FILE *epgdb_get_fdd () { return fd_d; }
time_t epgdb_get_creation_time () { return db_creation_time; }
time_t epgdb_get_update_time () { return db_update_time; }
+int epgdb_get_revision () { return DB_REVISION; }

bool epgdb_open (char* db_root)
{
=======================================
--- /trunk/src/common/epgdb/epgdb.h Wed Apr 27 12:17:14 2011
+++ /trunk/src/common/epgdb/epgdb.h Thu Apr 28 16:23:25 2011
@@ -83,5 +83,5 @@
FILE *epgdb_get_fdd ();
time_t epgdb_get_creation_time ();
time_t epgdb_get_update_time ();
-
+int epgdb_get_revision ();
#endif // _EPGDB_H_

Reply all
Reply to author
Forward
0 new messages