Update thpool.h

This commit is contained in:
Johan 2015-01-18 14:09:09 +00:00
parent 2325848d77
commit c2453a71d9
1 changed files with 4 additions and 2 deletions

View File

@ -8,13 +8,15 @@
#define _THPOOL_
/* thpool is a pointer to a thpool data structure */
typedef struct thpool_* threadpool;
/* =================================== API ======================================= */
typedef struct thpool_* threadpool;
/**
* @brief Initialize threadpool
*