From 4ce894e3ab34ee81967f1d69dfba71eb9f3c0944 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 1 May 2001 17:37:31 +0000 Subject: Debugging routine. (Only works for recursive mutexes right now.) * e-msgport.c (e_mutex_assert_locked): Debugging routine. (Only works for recursive mutexes right now.) svn path=/trunk/; revision=9638 --- e-util/e-msgport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-msgport.h') diff --git a/e-util/e-msgport.h b/e-util/e-msgport.h index 6e25235bbd..d181ac7fb7 100644 --- a/e-util/e-msgport.h +++ b/e-util/e-msgport.h @@ -77,5 +77,6 @@ EMutex *e_mutex_new(e_mutex_t type); int e_mutex_destroy(EMutex *m); int e_mutex_lock(EMutex *m); int e_mutex_unlock(EMutex *m); +void e_mutex_assert_locked(EMutex *m); #endif -- cgit