aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/mplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/mplot.h')
-rw-r--r--src/cmd/plot/libplot/mplot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/plot/libplot/mplot.h b/src/cmd/plot/libplot/mplot.h
index 99e27efd..ee924dde 100644
--- a/src/cmd/plot/libplot/mplot.h
+++ b/src/cmd/plot/libplot/mplot.h
@@ -29,8 +29,8 @@ struct seg {
/*
* display parameters
*/
-int clipminx, clipminy, clipmaxx, clipmaxy; /* clipping rectangle */
-int mapminx, mapminy, mapmaxx, mapmaxy; /* centered square */
+extern int clipminx, clipminy, clipmaxx, clipmaxy; /* clipping rectangle */
+extern int mapminx, mapminy, mapmaxx, mapmaxy; /* centered square */
/*
* Prototypes
*/