summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-17 18:32:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-17 18:32:12 +0000
commitb260ba6bd9edd73cb684835d287beb886ea16049 (patch)
treeb2ef3266bcddd944de978f8c4b642d74baf83bdb /gpsmon.h
parent28a7ff5783cb7799f02adbeffb447df93bb3d747 (diff)
downloadgpsd-b260ba6bd9edd73cb684835d287beb886ea16049.tar.gz
Make fixframe public, fix bug in RMC display.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsmon.h b/gpsmon.h
index d95bb592..62f0cc0e 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -14,8 +14,9 @@ struct mdevice_t {
const struct gps_type_t *driver; /* device driver table */
};
-// Device-specific code will need this.
+// Device-specific code will need these.
extern bool monitor_control_send(unsigned char *buf, size_t len);
+extern void fixframe(WINDOW *win);
#define BUFLEN 2048