From 920bdc358831087c46db736120a718ed9a75fbd4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 11 Oct 2024 07:51:18 +0200 Subject: Added boilerplate interface code --- mutex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mutex.h') diff --git a/mutex.h b/mutex.h index 78b4cdf..2894b41 100644 --- a/mutex.h +++ b/mutex.h @@ -1,5 +1,5 @@ -#ifndef MUTEX_H -#define MUTEX_H +#ifndef MUTEX_H_ +#define MUTEX_H_ #include @@ -19,5 +19,5 @@ extern pthread_cond_t cond_synth; void initialize_mutex(); void destroy_mutex(); -#endif // MUTEX_H +#endif // MUTEX_H_ -- cgit v1.2.3