ObjFW  Diff

Differences From Artifact [83ca64083c]:

To Artifact [b3dc531a71]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# import "OFHTTPURLHandler.h"
#endif

static OFMutableDictionary OF_GENERIC(OFString *, OFURLHandler *) *handlers;
#ifdef OF_HAVE_THREADS
static OFMutex *mutex;

void
releaseMutex(void)
{
	[mutex release];
}
#endif

@implementation OFURLHandler







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# import "OFHTTPURLHandler.h"
#endif

static OFMutableDictionary OF_GENERIC(OFString *, OFURLHandler *) *handlers;
#ifdef OF_HAVE_THREADS
static OFMutex *mutex;

static void
releaseMutex(void)
{
	[mutex release];
}
#endif

@implementation OFURLHandler