Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
lyonpotpourri3.0
Commits
53089532
Commit
53089532
authored
Aug 21, 2017
by
Jonathan Wilkes
Browse files
missed a static declaration
parent
b1bf43a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
counter~.c
View file @
53089532
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment