Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stuart Levy
partiview
Commits
0286a3b5
Commit
0286a3b5
authored
Nov 30, 2013
by
slevy
Browse files
CONSTify.
parent
b13421fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partiviewc.h
View file @
0286a3b5
...
...
@@ -90,7 +90,7 @@ extern int parti_make_subcam( CONST char *name, int argc, char **params );
extern
int
parti_subcam_named
(
CONST
char
*
name
);
extern
int
parti_select_subcam
(
int
index
);
extern
char
*
parti_subcam_list
(
void
);
extern
char
*
parti_get_subcam
(
int
index
,
char
*
paramsp100
);
extern
CONST
char
*
parti_get_subcam
(
int
index
,
char
*
paramsp100
);
extern
int
parti_current_subcam
(
void
);
extern
struct
Fl_Plot
*
parti_register_plot
(
struct
stuff
*
st
,
void
(
*
draw
)(
struct
Fl_Plot
*
,
void
*
obj
,
void
*
arg
),
void
*
arg
);
extern
void
parti_hrdiag_on
(
int
on
);
...
...
Write
Preview
Supports
Markdown
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