aboutsummaryrefslogtreecommitdiffstats
path: root/common/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/mutex.h')
-rwxr-xr-xcommon/mutex.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/mutex.h b/common/mutex.h
index 923f6bf..373491d 100755
--- a/common/mutex.h
+++ b/common/mutex.h
@@ -19,10 +19,10 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
-
-
-typedef void *mutex_t;
-
-void MutexLock (mutex_t *m);
-void MutexUnlock (mutex_t *m);
-mutex_t *MutexAlloc(void);
+
+
+typedef void *mutex_t;
+
+void MutexLock (mutex_t *m);
+void MutexUnlock (mutex_t *m);
+mutex_t *MutexAlloc(void);