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
@@ -24,7 +24,7 @@
#include <library.h>
#include <debug.h>
#include <threading.h>
#include <threading/mutex.h>
#include <errno.h>
#include <gcrypt.h>
@@ -21,7 +21,7 @@
#include "mysql_database.h"
#include <debug.h>
#include <threading.h>
#include <threading/mutex.h>
#include <utils/linked_list.h>
/* Older mysql.h headers do not define it, but we need it. It is not returned
@@ -23,7 +23,7 @@
#include "openssl_plugin.h"
#include <library.h>
#include <threading.h>
#include <threading/mutex.h>
#include "openssl_util.h"
#include "openssl_crypter.h"
#include "openssl_hasher.h"
@@ -19,7 +19,7 @@
#include <unistd.h>
#include <library.h>
#include <debug.h>
#include <threading.h>
#include <threading/mutex.h>
typedef struct private_sqlite_database_t private_sqlite_database_t;