summaryrefslogtreecommitdiff
path: root/web/web_svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_svg.h')
-rw-r--r--web/web_svg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_svg.h b/web/web_svg.h
index 5fb80b1..d2b3e0d 100644
--- a/web/web_svg.h
+++ b/web/web_svg.h
@@ -1,7 +1,7 @@
#ifndef WEB_SVG_H
#define WEB_SVG_H
-void svg_draw_board();
+void svg_init();
void svg_draw_point(double x, double y);
void svg_clear_points();