summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/database.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/database.c b/apps/database.c
index a69385d..cabdea1 100644
--- a/apps/database.c
+++ b/apps/database.c
@@ -172,7 +172,7 @@ int getfentrybyfilename(char *fname)
}
return 0;
}
-
+#if 0
int getfentrybyhash(int hash)
{
int min=0;
@@ -284,6 +284,7 @@ int tagdb_shiftup(int targetoffset, int startingoffset, int bytes)
return 0;
}
}
+#endif
/*** end TagDatabase code ***/