From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- examples/dte/lock.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/dte/lock.h (limited to 'examples/dte/lock.h') diff --git a/examples/dte/lock.h b/examples/dte/lock.h deleted file mode 100644 index 9d2a90a..0000000 --- a/examples/dte/lock.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef LOCK_H -#define LOCK_H - -#include -#include -#include "util/macros.h" - -void init_file_locks_context(const char *fallback_dir, pid_t pid); -bool lock_file(const char *filename) WARN_UNUSED_RESULT; -void unlock_file(const char *filename); - -#endif -- cgit v1.2.3