summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-03 13:18:31 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-03 13:18:31 +0000
commit450e0dd92476edccd3a5a9f9af65065aeb65d509 (patch)
tree1abc855f87ca48d7ec65e61024f2f1e58945d800 /gpsmon.h
parentba5e1949c7bf3dd94e6ab80e068c59751fb172ec (diff)
downloadgpsd-450e0dd92476edccd3a5a9f9af65065aeb65d509.tar.gz
packetwin can no longer be directly accessible.
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 37c95a72..99078380 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -21,11 +21,12 @@ struct monitor_object_t {
// Device-specific may need these.
extern bool monitor_control_send(unsigned char *buf, size_t len);
extern void monitor_fixframe(WINDOW *win);
+extern void monitor_log(const char *fmt, ...);
extern void monitor_complain(const char *fmt, ...);
#define BUFLEN 2048
-extern WINDOW *devicewin, *packetwin;
+extern WINDOW *devicewin;
extern struct gps_device_t session;
extern int gmt_offset;