Skip to content
Snippets Groups Projects
Commit 53089532 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

missed a static declaration

parent b1bf43a3
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ typedef struct _counter
} t_counter;
static void *counter_new(t_symbol *s, int argc, t_atom *argv);
t_int *counter_perform(t_int *w);
static t_int *counter_perform(t_int *w);
static void counter_dsp(t_counter *x, t_signal **sp);
static void counter_setnext(t_counter *x, t_floatarg val);
static void counter_direction(t_counter *x, t_floatarg d);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment