pthread.c (ssldump-0.9b3) | : | pthread.c (ssldump-1.3) | ||
---|---|---|---|---|
/** | /** | |||
pthread.c | pthread.c | |||
Copyright (C) 1999, RTFM, Inc. | Copyright (C) 1999, RTFM, Inc. | |||
All Rights Reserved. | All Rights Reserved. | |||
ekr@rtfm.com Tue Feb 23 15:08:03 1999 | ekr@rtfm.com Tue Feb 23 15:08:03 1999 | |||
*/ | */ | |||
static char *RCSSTRING="$Id: pthread.c,v 1.1.1.1 2000/10/09 00:45:39 ekr Exp $"; | ||||
#include <r_common.h> | #include <r_common.h> | |||
#include <r_thread.h> | #include <r_thread.h> | |||
#include <pthread.h> | #include <pthread.h> | |||
static int thread_count=0; | static int thread_count=0; | |||
typedef struct { | typedef struct { | |||
void (*func) PROTO_LIST((void *)); | void (*func) PROTO_LIST((void *)); | |||
void *arg; | void *arg; | |||
} helper; | } helper; | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |