Separated the public interfaces of the threading primitives.

This commit is contained in:
Tobias Brunner
2009-12-23 17:01:53 +01:00
parent f36143b0ba
commit eba64cef41
50 changed files with 361 additions and 371 deletions
@@ -20,7 +20,7 @@
#include <debug.h>
#include <utils/linked_list.h>
#include <threading.h>
#include <threading/rwlock.h>
#include <credentials/certificates/x509.h>
ENUM(credential_type_names, CRED_PRIVATE_KEY, CRED_CERTIFICATE,
@@ -19,7 +19,7 @@
#include <utils/linked_list.h>
#include <utils/hashtable.h>
#include <threading.h>
#include <threading/rwlock.h>
typedef struct private_key_encoding_t private_key_encoding_t;