aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/db.h b/src/db.h
index 61265fc..a17d240 100644
--- a/src/db.h
+++ b/src/db.h
@@ -44,15 +44,6 @@ int
db_sync(
);
-/** get an index for a name */
-extern
-int
-db_get_name_index(
- uint32_t *index,
- const char *name,
- bool needed
-);
-
/** make a backup of the database */
extern
int