diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-11 07:51:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-11 07:51:18 +0200 |
| commit | 920bdc358831087c46db736120a718ed9a75fbd4 (patch) | |
| tree | e884606865dccd8e756c4271b24f7ecc33f19826 /mutex.h | |
| parent | ac6283f92b0579c0e820e13a83715389455d3171 (diff) | |
| download | ttdaw-920bdc358831087c46db736120a718ed9a75fbd4.tar.gz | |
Added boilerplate interface code
Diffstat (limited to 'mutex.h')
| -rw-r--r-- | mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -#ifndef MUTEX_H -#define MUTEX_H +#ifndef MUTEX_H_ +#define MUTEX_H_ #include <pthread.h> @@ -19,5 +19,5 @@ extern pthread_cond_t cond_synth; void initialize_mutex(); void destroy_mutex(); -#endif // MUTEX_H +#endif // MUTEX_H_ |
