summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-19 10:13:15 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-19 10:13:15 +0000
commit2804444cf1e2ea0ca594109f7fad610aab5aa677 (patch)
treee933777f3758836cb6e50474755c5fd8697cc21a /gpsmon.h
parent149447b74328967e2e43c359fc51c70755e42e37 (diff)
downloadgpsd-2804444cf1e2ea0ca594109f7fad610aab5aa677.tar.gz
More cleanup and documentation for monitor stuff.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gpsmon.h b/gpsmon.h
index a6e938b5..ccf7c69b 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -14,9 +14,10 @@ struct monitor_object_t {
const struct gps_type_t *driver; /* device driver table */
};
-// Device-specific code will need these.
+// Device-specific may need these.
extern bool monitor_control_send(unsigned char *buf, size_t len);
-extern void fixframe(WINDOW *win);
+extern void monitor_fixframe(WINDOW *win);
+extern void monitor_complain(const char *fmt, ...);
#define BUFLEN 2048