diff options
Diffstat (limited to 'src/plasma-node.h')
-rw-r--r-- | src/plasma-node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plasma-node.h b/src/plasma-node.h index 8db8664..6094207 100644 --- a/src/plasma-node.h +++ b/src/plasma-node.h @@ -21,6 +21,6 @@ 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, m4f_t *projection_x, float *gloom, int *maga); +stage_t * plasma_node_new(const stage_conf_t *conf, m4f_t *projection_x, float *gloom, unsigned *maga); #endif |