2005-12-09 Dan Williams <dcbw@redhat.com>

* libnm-util/*
		- More fixups
		- Remove cipher-manager.* because we don't need it
		- Forgot to add gnome-keyring-md5 files to compile list


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1154 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-12-10 19:33:26 +00:00
parent fdbaa9662e
commit d9ac9fbdf3
14 changed files with 56 additions and 150 deletions

View File

@@ -22,7 +22,7 @@
#ifndef CIPHER_WEP_HEX_H
#define CIPHER_WEP_HEX_H
int cipher_wep128_hex_register (void);
int cipher_wep64_hex_register (void);
IEEE_802_11_Cipher * cipher_wep128_hex_new (void);
IEEE_802_11_Cipher * cipher_wep64_hex_new (void);
#endif /* CIPHER_WEP_HEX_H */