# HG changeset patch # User Jamie Bullock # Date 1401996693 -3600 # Node ID d13189c1005ce4d06c2dd779b908328c0d852d72 # Parent d2453f55c47075baa37857ecb32367b277f91918 Fix broken xtract_stateful.h diff -r d2453f55c470 -r d13189c1005c xtract/xtract_stateful.h --- 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 #include -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