NetworkManager/vpn-daemons/pptp/properties/util_lists.h
Antony Mee 93b722d574 * Generalised properties dialog for other possible PPPd uses
* 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
2006-06-06 19:57:05 +00:00

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