network: Move private defines out of public header

This commit is contained in:
Robert Ancell 2019-11-08 16:54:13 +13:00 committed by Georges Basile Stavracas Neto
parent f806854560
commit 737e5829d6
2 changed files with 3 additions and 3 deletions

View file

@ -49,6 +49,9 @@ enum {
static guint signals[LAST_SIGNAL] = { 0 };
#define AUTH_NAME_COLUMN 0
#define AUTH_METHOD_COLUMN 1
static void
wireless_security_dispose (GObject *object)
{

View file

@ -72,9 +72,6 @@ void wireless_security_notify_changed (WirelessSecurity *sec);
void wireless_security_clear_ciphers (NMConnection *connection);
#define AUTH_NAME_COLUMN 0
#define AUTH_METHOD_COLUMN 1
void ws_802_1x_auth_combo_init (WirelessSecurity *sec,
GtkComboBox *combo,
NMConnection *connection,