mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 22:58:18 +02:00
* Abstracted somewhat - may be a useful base of other configuration
dialogs as it now simply needs the glade file and a few declarations.
* Added a dial-up option though the backend doesn't yet support that.
* Added many PPPD options including those for compression and encryption
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1804 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
13 lines
259 B
C
13 lines
259 B
C
#ifndef NMVPNUI_UTIL_LISTS_H
|
|
#define NMVPNUI_UTIL_LISTS_H
|
|
|
|
#define STORAGE_CLASS extern
|
|
#ifdef NMVPNUI_UTIL_LISTS_C
|
|
#undef STORAGE_CLASS
|
|
#define STORAGE_CLASS
|
|
#endif
|
|
|
|
STORAGE_CLASS GSList *list_from_string (const char *string);
|
|
|
|
#undef STORAGE_CLASS
|
|
#endif
|