diff options
Diffstat (limited to 'src/update.h')
-rw-r--r-- | src/update.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/update.h b/src/update.h index 5edf62a57..0c0d74416 100644 --- a/src/update.h +++ b/src/update.h @@ -20,19 +20,8 @@ #ifndef UPDATE_H #define UPDATE_H -struct directory; - -enum update_return { - UPDATE_RETURN_ERROR = -1, - UPDATE_RETURN_NOUPDATE = 0, - UPDATE_RETURN_UPDATED = 1 -}; - int isUpdatingDB(void); -enum update_return -updateDirectory(struct directory *directory); - /* * returns the non-negative update job ID on success, * returns -1 if busy |