Introduce db_file_id_byurl and share code with db_file_id_bypath

This commit is contained in:
Julien BLACHE
2009-11-22 15:39:38 +01:00
parent ecb2991881
commit 66cd10dc52
2 changed files with 51 additions and 12 deletions

View File

@@ -241,6 +241,9 @@ db_file_ping(char *path);
int
db_file_id_bypath(char *path);
int
db_file_id_byurl(char *url);
time_t
db_file_stamp_bypath(char *path);