diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
| commit | 6518e361171f64bcaaa4bf868139362ed95cc2e0 (patch) | |
| tree | d2d5b53faf80646a40ec2c0c7f2a42b3959612f5 /clients/tui/nm-editor-utils.c | |
| parent | e126f3e804c35480c4f075777430419d6ece23da (diff) | |
New upstream version 1.14.2 upstream/1.14.2
Diffstat (limited to 'clients/tui/nm-editor-utils.c')
| -rw-r--r-- | clients/tui/nm-editor-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tui/nm-editor-utils.c b/clients/tui/nm-editor-utils.c index 8fecefa8..9dd95c08 100644 --- a/clients/tui/nm-editor-utils.c +++ b/clients/tui/nm-editor-utils.c @@ -33,7 +33,7 @@ static GSList *vpn_plugins; -static gint +static int sort_vpn_plugins (gconstpointer a, gconstpointer b) { NMVpnEditorPlugin *aa = NM_VPN_EDITOR_PLUGIN (a); @@ -93,7 +93,7 @@ typedef struct { gboolean no_autoconnect; } NMEditorConnectionTypeDataReal; -static gint +static int sort_types (gconstpointer a, gconstpointer b) { NMEditorConnectionTypeData *typea = *(NMEditorConnectionTypeData **)a; |