summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
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.
*/
/*