chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disobedience/disobedience.h: Declare variables as `extern'.
[disorder]
/
lib
/
trackdb-int.h
diff --git
a/lib/trackdb-int.h
b/lib/trackdb-int.h
index cb00e146318c7fa48d5c70ba60c8c0c508a5d5af..3be725e32d4d9106a4faa5a6bf59e4d56ddc0191 100644
(file)
--- a/
lib/trackdb-int.h
+++ b/
lib/trackdb-int.h
@@
-15,12
+15,14
@@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+/** @file lib/trackdb-int.h
+ * @brief Track database internals */
#ifndef TRACKDB_INT_H
#define TRACKDB_INT_H
#include <db.h>
#ifndef TRACKDB_INT_H
#define TRACKDB_INT_H
#include <db.h>
+#include "trackdb.h"
#include "kvp.h"
struct vector; /* forward declaration */
#include "kvp.h"
struct vector; /* forward declaration */
@@
-35,6
+37,7
@@
extern DB *trackdb_noticeddb;
extern DB *trackdb_globaldb;
extern DB *trackdb_usersdb;
extern DB *trackdb_scheduledb;
extern DB *trackdb_globaldb;
extern DB *trackdb_usersdb;
extern DB *trackdb_scheduledb;
+extern DB *trackdb_playlistsdb;
DBC *trackdb_opencursor(DB *db, DB_TXN *tid);
/* open a transaction */
DBC *trackdb_opencursor(DB *db, DB_TXN *tid);
/* open a transaction */