diff options
Diffstat (limited to 'src/plasma-node.h')
-rw-r--r-- | src/plasma-node.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plasma-node.h b/src/plasma-node.h index 1607ece..2c52431 100644 --- a/src/plasma-node.h +++ b/src/plasma-node.h @@ -17,9 +17,10 @@ #ifndef _PLASMA_NODE_H #define _PLASMA_NODE_H +typedef struct m4f_t m4f_t; typedef struct stage_t stage_t; typedef struct stage_conf_t stage_conf_t; -stage_t * plasma_node_new(const stage_conf_t *conf); +stage_t * plasma_node_new(const stage_conf_t *conf, m4f_t *projection_x); #endif |