declare ncplot_create()

pull/434/head
nick black 4 years ago committed by Nick Black
parent af478ccf95
commit f29a5a7bd9

@ -2509,6 +2509,8 @@ typedef struct ncplot_options {
// FIXME give parameters for variables
} ncplot_options;
API struct ncplot* ncplot_create(struct ncplane* n, const ncplot_options* opts);
#undef API
#ifdef __cplusplus

Loading…
Cancel
Save