Mercurial > hg > libxtract
changeset 243:d13189c1005c
Fix broken xtract_stateful.h
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Thu, 05 Jun 2014 20:31:33 +0100 |
parents | d2453f55c470 |
children | 8c768f32a6a8 |
files | xtract/xtract_stateful.h |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/xtract/xtract_stateful.h Thu Jun 05 20:31:06 2014 +0100 +++ b/xtract/xtract_stateful.h Thu Jun 05 20:31:33 2014 +0100 @@ -41,8 +41,6 @@ #include <stdint.h> #include <string.h> -struct ringbuf_t; -typedef struct ringbuf_t *ringbuf_t; typedef struct xtract_last_n_state_ xtract_last_n_state; xtract_last_n_state *xtract_last_n_state_new(size_t capacity); @@ -61,7 +59,8 @@ */ int xtract_last_n(const xtract_last_n_state *state, const double *data, const int N, const void *argv, double *result); - - +#ifdef __cplusplus +} +#endif #endif