summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-03-02 19:39:45 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-03-02 19:39:45 +0000
commitd8bdb14d45edc795afe9ba9e7e259a1adc2b4a14 (patch)
tree4eb4f94a7a3b04292f3268e5ebe11ddee86ed3a5 /monitor_proto.c
parentc32b963abf3391d9201f4382db3c657aa14dc524 (diff)
downloadgpsd-d8bdb14d45edc795afe9ba9e7e259a1adc2b4a14.tar.gz
make this a little more find-n-replace friendly.
protocols that are likely to have their own monitor file are probably binary.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_proto.c b/monitor_proto.c
index 3b4f40d7..50bf6b12 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -37,7 +37,7 @@
* helper functions.
*/
-extern const struct gps_type_t PROTO;
+extern const struct gps_type_t PROTO_binary;
static bool PROTO_initialize(void)
{
@@ -127,7 +127,7 @@ const struct monitor_object_t PROTO_mmt = {
* for 'c'. Additionally, the driver type name will be displayed before
* the '>' command prompt in the top line of the display.
*/
- .driver = &PROTO,
+ .driver = &PROTO_binary,
};
/*