aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_db.h')
-rw-r--r--pseudo_db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pseudo_db.h b/pseudo_db.h
index 2e7dbb9..c9eb228 100644
--- a/pseudo_db.h
+++ b/pseudo_db.h
@@ -37,7 +37,10 @@ typedef struct {
char *program;
} log_entry;
+extern int pdb_cancel_unlink_file(pseudo_msg_t *msg);
+extern int pdb_did_unlink_file(char *path);
extern int pdb_link_file(pseudo_msg_t *msg);
+extern int pdb_may_unlink_file(pseudo_msg_t *msg);
extern int pdb_unlink_file(pseudo_msg_t *msg);
extern int pdb_unlink_file_dev(pseudo_msg_t *msg);
extern int pdb_update_file(pseudo_msg_t *msg);