From 3c37f174d4d504a6835ea350ad2df014c2dcd78b Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Mon, 21 Feb 2011 13:33:09 -0500 Subject: change gpsd_init to take a const char * device (name) param --- doc/explan_libgpsd_core.c.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. - void gpsd_init(struct gps_device_t *session, struct gps_context_t *context, char *device) + void gpsd_init(struct gps_device_t *session, struct gps_context_t *context, const char *device) Copy the device name to the session data structure, initialise important data fields and call gpsd_tty_init(), -- cgit v1.2.1