summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-04-10 17:18:55 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-04-10 17:18:55 +0200
commitbae1e141dd6b265de46e143fd05d2077224b1c72 (patch)
treea58eea5f8b77b86db0aa16c572f9d479b9f42ad0
parent23c26c50bec555c4d98b0f5df4fdf9987b1fbc24 (diff)
libmbim-glib,uuid: fix mbim_service_lookup_name() declaration
-rw-r--r--src/libmbim-glib/mbim-uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmbim-glib/mbim-uuid.h b/src/libmbim-glib/mbim-uuid.h
index a9e6960..6ed74db 100644
--- a/src/libmbim-glib/mbim-uuid.h
+++ b/src/libmbim-glib/mbim-uuid.h
@@ -176,7 +176,7 @@ typedef enum {
*/
#define MBIM_UUID_MS_HOST_SHUTDOWN mbim_uuid_from_service (MBIM_SERVICE_MS_HOST_SHUTDOWN)
-const gchar *mbim_service_lookup_name (MbimService val);
+const gchar *mbim_service_lookup_name (guint service);
guint mbim_register_custom_service (const MbimUuid *uuid,
const gchar *nickname);