summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-19 10:39:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-19 10:39:22 +0000
commit3dce54f3ede7d3ba770cd057ba69ea8042cd154d (patch)
tree201f4ebccacda068f38568d3552fcffb44817c32 /monitor_proto.c
parentd4ae4ecd38c1fcf323f10097bc780d1505425ff5 (diff)
downloadgpsd-3dce54f3ede7d3ba770cd057ba69ea8042cd154d.tar.gz
Some gpsmon enhancements.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor_proto.c b/monitor_proto.c
index 7d887553..439e780d 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -82,6 +82,9 @@ static int PROTO_command(char line[])
* he/she presses enter the command line will be passed to this function
* for interpretation. Note: packet receipt is suspended while this
* function is executing.
+ *
+ * This method is optional. If you set the command method pointer to
+ * NULL, gpsmon will behave sanely, accepting no device-specific commands.
*/
/*