summaryrefslogtreecommitdiff
path: root/gpsdclient.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 /gpsdclient.h
parent3382ecf75f7ff9bf06080251e8b7d6dda3382b88 (diff)
downloadgpsd-7bf19da87bc1eb54da3e9ea407620b93e3106ba7.tar.gz
make sure that the Id keyword is present and expanded
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index ccd61a2a..63fe0f16 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -1,5 +1,8 @@
+/* $Id$ */
/* gpsdclient.h -- common functions for GPSD clients */
+#ifndef _GPSD_GPSDCLIENT_H_
+#define _GPSD_GPSDCLIENT_H_
struct fixsource_t
/* describe a data source */
{
@@ -18,4 +21,5 @@ extern /*@observer@*/ char *deg_to_str( enum deg_str_type type, double f);
extern void gpsd_source_spec(/*@null@*/const char *fromstring,
/*@out@*/struct fixsource_t *source);
+#endif /* _GPSDCLIENT_H_ */
/* gpsdclient.h ends here */