X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..refs/heads/master:/lib/trackdb-int.h
diff --git a/lib/trackdb-int.h b/lib/trackdb-int.h
index cb00e14..3be725e 100644
--- 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 .
*/
-
+/** @file lib/trackdb-int.h
+ * @brief Track database internals */
#ifndef TRACKDB_INT_H
#define TRACKDB_INT_H
#include
+#include "trackdb.h"
#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_playlistsdb;
DBC *trackdb_opencursor(DB *db, DB_TXN *tid);
/* open a transaction */