aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/update.h')
-rw-r--r--src/update.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update.h b/src/update.h
index 5c7277e32..0842c0df0 100644
--- a/src/update.h
+++ b/src/update.h
@@ -20,14 +20,14 @@
#ifndef UPDATE_H
#define UPDATE_H
-int isUpdatingDB(void);
+unsigned isUpdatingDB(void);
/*
* returns the positive update job ID on success,
* returns 0 if busy
* @path will be freed by this function and should not be reused
*/
-int directory_update_init(char *path);
+unsigned directory_update_init(char *path);
void reap_update_task(void);