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