network: Move private defines out of public header
This commit is contained in:
parent
f806854560
commit
737e5829d6
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue