From a2eda5de55c7176a345b3a1e0d5a45b5773455c7 Mon Sep 17 00:00:00 2001 From: Maksym Telychko Date: Thu, 16 Apr 2020 16:48:25 +0300 Subject: Revert "MTX-3262 mpower lockfile rewrite for libmts-io compatibility" This reverts commit f4b78a288c9e5c2a7a05d71b9bbe9e5fc26f2a63. --- src/utils.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index eb9d5bc..04a71b6 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,18 +30,12 @@ enum { USER_YESNO_YES = 1, }; -struct Lock { - char *path; - int fd; -}; - int user_yesno(int def, const char *fmt, ...); int systemf(const char *fmt, ...); FILE *popenf(const char *mode, const char *fmt, ...); char *shell_path_expand(const char *path); -struct Lock *device_lock(const char *path); -struct Lock *device_unlock(struct Lock *lock); +char *device_lock(const char *path); int indexOfChar(const char *array, int len, char character); -- cgit v1.2.3