summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpsmon.h b/gpsmon.h
index 4d2ee289..5b9dac44 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -7,8 +7,7 @@
struct mdevice_t {
/* a device-specific capability table for the monitor */
bool (*initialize)(void); /* paint legends on windows */
- void (*analyze)(unsigned char [], size_t);
- void (*repaint)(void); /* now paint the data */
+ void (*update)(size_t); /* now paint the data */
int (*command)(char[]); /* interpret device-specfic commands */
void (*wrap)(void); /* deallocate storage */
int min_y, min_x; /* space required for device info */