ObjFW  Diff

Differences From Artifact [7a98705547]:

To Artifact [d05f96868a]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 */

#include "config.h"

#include <assert.h>
#include <errno.h>

#import "OFData.h"

#import "thread.h"
#import "tlskey.h"

#include <dos/dostags.h>
#include <proto/dos.h>
#include <proto/exec.h>

#ifndef OF_MORPHOS
extern void OFTLSKeyThreadExited(void);







|
<
|
|







14
15
16
17
18
19
20
21

22
23
24
25
26
27
28
29
30
 */

#include "config.h"

#include <assert.h>
#include <errno.h>

#import "OFPlainThread.h"

#import "OFData.h"
#import "OFTLSKey.h"

#include <dos/dostags.h>
#include <proto/dos.h>
#include <proto/exec.h>

#ifndef OF_MORPHOS
extern void OFTLSKeyThreadExited(void);