summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-03-03 04:05:42 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-03-03 04:05:42 +0000
commit7bf19da87bc1eb54da3e9ea407620b93e3106ba7 (patch)
tree8819eb73ff9bf86ffe1bfba8084e96a531117c54 /gpsmon.h
parent3382ecf75f7ff9bf06080251e8b7d6dda3382b88 (diff)
downloadgpsd-7bf19da87bc1eb54da3e9ea407620b93e3106ba7.tar.gz
make sure that the Id keyword is present and expanded
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpsmon.h b/gpsmon.h
index ccf7c69b..37c95a72 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -1,5 +1,9 @@
+/* $Id$ */
/* gpsmon.h -- what monitor capabuilities look like */
+#ifndef _GPSD_GPSMON_H_
+#define _GPSD_GPSMON_H_
+
#define COMMAND_TERMINATE -1
#define COMMAND_MATCH 1
#define COMMAND_UNKNOWN 0
@@ -25,4 +29,5 @@ extern WINDOW *devicewin, *packetwin;
extern struct gps_device_t session;
extern int gmt_offset;
+#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */