diff options
Diffstat (limited to 'src/pulp.h')
-rw-r--r-- | src/pulp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,11 +18,11 @@ #define _PULP_H #include <stdint.h> -#include <thunk.h> typedef struct pulp_fiber_t pulp_fiber_t; typedef struct pulp_t pulp_t; typedef uint64_t pulp_usec_t; +typedef struct thunk_t thunk_t; pulp_t * pulp_new(void); void pulp_free(pulp_t *pulp); |