summaryrefslogtreecommitdiff
path: root/sys/src/cmd/plot/libplot/mplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/plot/libplot/mplot.h')
-rw-r--r--sys/src/cmd/plot/libplot/mplot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/cmd/plot/libplot/mplot.h b/sys/src/cmd/plot/libplot/mplot.h
index 99e27efd1..6137a62c4 100644
--- a/sys/src/cmd/plot/libplot/mplot.h
+++ b/sys/src/cmd/plot/libplot/mplot.h
@@ -1,6 +1,6 @@
#include <u.h>
#include <libc.h>
-#include <stdio.h>
+//#include <stdio.h>
#include <draw.h>
#include <event.h>
#define SCX(A) ((((A) - e1->xmin)*e1->scalex + e1->left)+.5)
@@ -39,6 +39,7 @@ void m_clrwin(int, int, int, int, int);
void m_finish(void);
void m_initialize(char *);
int m_text(int, int, char *, char *, int, int, int);
+void m_dpt(double, double);
void m_vector(int, int, int, int, int);
void m_swapbuf(void);
void m_dblbuf(void);