chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disobedience notices rescans
[disorder]
/
server
/
trackdb-int.h
diff --git
a/server/trackdb-int.h
b/server/trackdb-int.h
index 81cd261332fb3365bb46466095d6d6a7ae45d573..2b12c8114b0c9c8e4a7b0e68d116b22852e703bb 100644
(file)
--- a/
server/trackdb-int.h
+++ b/
server/trackdb-int.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder
/*
* This file is part of DisOrder
- * Copyright (C) 2005 Richard Kettlewell
+ * Copyright (C) 2005
, 2007
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-26,6
+26,7
@@
extern DB_ENV *trackdb_env;
extern DB *trackdb_tracksdb;
extern DB *trackdb_prefsdb;
extern DB *trackdb_searchdb;
extern DB *trackdb_tracksdb;
extern DB *trackdb_prefsdb;
extern DB *trackdb_searchdb;
+extern DB *trackdb_noticeddb;
DBC *trackdb_opencursor(DB *db, DB_TXN *tid);
/* open a transaction */
DBC *trackdb_opencursor(DB *db, DB_TXN *tid);
/* open a transaction */
@@
-87,6
+88,7
@@
int trackdb_scan(const char *root,
* EINTR to cancel the scan. */
/* fill KEY in with S, returns KEY */
* EINTR to cancel the scan. */
/* fill KEY in with S, returns KEY */
+
static inline DBT *make_key(DBT *key, const char *s) {
memset(key, 0, sizeof *key);
key->data = (void *)s;
static inline DBT *make_key(DBT *key, const char *s) {
memset(key, 0, sizeof *key);
key->data = (void *)s;