aboutsummaryrefslogtreecommitdiff
path: root/plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'plot.h')
-rw-r--r--plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.h b/plot.h
index 836c377..e73c481 100644
--- a/plot.h
+++ b/plot.h
@@ -1,6 +1,6 @@
void plot_rect(unsigned int x, unsigned int y, unsigned int width, unsigned int height, struct colour *c);
void plot_cell(unsigned int x, unsigned int y, struct colour *c);
-void plot_cell_borders();
+void plot_clear();
int plot_init();
void plot_update();