libnm: merge nm-vpn-plugin-utils into nm-vpn-plugin-old

System Internals / NetworkManager - Dan Winship [gnome.org] - 28 October 2014 13:50 UTC

The new VPN plugin API will hopefully simplify some the the tasks that are currently handled by nm-vpn-plugin-utils functions, so make those functions explicitly be part of the "old" API. (If we still want them in the new API we can just move them back out, and have the "_old_"
versions just be wrappers around the undeprecated ones.)

4d9cbaf libnm: merge nm-vpn-plugin-utils into nm-vpn-plugin-old
libnm/Makefile.am | 2 -
libnm/libnm.ver | 4 +-
libnm/nm-vpn-plugin-old.c | 165 +++++++++++++++++++++++++++++++++++++
libnm/nm-vpn-plugin-old.h | 10 +++
libnm/nm-vpn-plugin-utils.c | 188 -------------------------------------------
libnm/nm-vpn-plugin-utils.h | 43 ----------
6 files changed, 177 insertions(+), 235 deletions(-)

Upstream: cgit.freedesktop.org


  • Share