summaryrefslogtreecommitdiff
path: root/mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 10:41:14 +0000
committererdgeist <>2007-11-06 10:41:14 +0000
commit5749f1d8fe80cbb84d66a265bcf9bafe159985ab (patch)
tree24820ce71585f544e6b612b54f925e0f5b36c587 /mutex.h
parent785a9f13bdda7dfd4c206914645d15df7cae2af6 (diff)
Rename source files in an ot_ fashion
Diffstat (limited to 'mutex.h')
-rw-r--r--mutex.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/mutex.h b/mutex.h
deleted file mode 100644
index 8d91ab3..0000000
--- a/mutex.h
+++ /dev/null
@@ -1,13 +0,0 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */
3
4#ifndef __MUTEX_H__
5#define __MUTEX_H__
6
7void mutex_init( );
8void mutex_deinit( );
9
10void mutex_bucket_lock( int bucket );
11void mutex_bucket_unlock( int bucket );
12
13#endif