X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2a10b70b1cdbd55e9f2c26ed52dcff5255cd6e96..0db97c0d2f4568c2b5b5f5f9b791b8025b4732aa:/server/trackdb-int.h diff --git a/server/trackdb-int.h b/server/trackdb-int.h index 1ba890b..f728e0a 100644 --- a/server/trackdb-int.h +++ b/server/trackdb-int.h @@ -1,6 +1,6 @@ /* * 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 @@ -113,6 +113,13 @@ static inline DBT *encode_data(DBT *data, const struct kvp *k) { return data; } +int trackdb_set_global_tid(const char *name, + const char *value, + DB_TXN *tid); +int trackdb_get_global_tid(const char *name, + DB_TXN *tid, + const char **rp); + #endif /* TRACKDB_INT_H */ /*