[epiphany] sync-utils: Fix parameter name inconsistency



commit ca353fe58724d2a0ee4d85c1d3f3b795db6b1e62
Author: Gabriel Ivascu <gabrielivascu gnome org>
Date:   Mon Nov 27 15:44:54 2017 +0200

    sync-utils: Fix parameter name inconsistency

 lib/ephy-sync-utils.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-sync-utils.h b/lib/ephy-sync-utils.h
index 5110068..cad54f4 100644
--- a/lib/ephy-sync-utils.h
+++ b/lib/ephy-sync-utils.h
@@ -54,7 +54,7 @@ void      ephy_sync_utils_generate_random_bytes         (void   *random_ctx,
 char     *ephy_sync_utils_get_audience                  (const char *url);
 char     *ephy_sync_utils_get_random_sync_id            (void);
 
-char     *ephy_sync_utils_make_client_record            (const char *sync_id,
+char     *ephy_sync_utils_make_client_record            (const char *device_bso_id,
                                                          const char *device_id,
                                                          const char *device_name);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]