summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-02-21 13:33:09 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-02-21 14:06:06 -0500
commit3c37f174d4d504a6835ea350ad2df014c2dcd78b (patch)
tree1d02631b38fb84d6748526b7bb19170c0e7b709b /doc
parent7eb9de8fe28892eb8bf35c0f3c23596ea6519378 (diff)
downloadgpsd-3c37f174d4d504a6835ea350ad2df014c2dcd78b.tar.gz
change gpsd_init to take a const char * device (name) param
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_libgpsd_core.c.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/explan_libgpsd_core.c.xml b/doc/explan_libgpsd_core.c.xml
index eb73a48b..dc25c7da 100644
--- a/doc/explan_libgpsd_core.c.xml
+++ b/doc/explan_libgpsd_core.c.xml
@@ -36,7 +36,7 @@
indicate a device switch.</para></entry>
</row>
<row>
- <entry><function>void gpsd_init(struct gps_device_t *session, struct gps_context_t *context, char *device)</function></entry>
+ <entry><function>void gpsd_init(struct gps_device_t *session, struct gps_context_t *context, const char *device)</function></entry>
<entry><para>Copy the device name to the session data structure,
initialise important data fields and call
<function>gpsd_tty_init()</function>,