~mdz/network-manager/ubuntu.0.7

« back to all changes in this revision

Viewing changes to vpn-daemons/openvpn/src/nm-openvpn-service.c

  • Committer: dcbw
  • Date: 2005-12-06 23:37:09 UTC
  • Revision ID: vcs-imports@canonical.com-20051206233709-79106f19bd35dd93
2005-12-06  Dan Williams  <dcbw@redhat.com>

        * Move NetworkManager.h -> include/NetworkManager.h
        * Split out VPN stuff to include/NetworkManagerVPN.h
        * Fix up makefiles to include new location
        * Fix up sources to include NetworkManagerVPN.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with this program; if not, write to the Free Software
18
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
19
 *
20
 
 * $Id: nm-openvpn-service.c 1122 2005-12-05 22:33:48Z timn $
 
20
 * $Id: nm-openvpn-service.c 1130 2005-12-06 23:37:09Z dcbw $
21
21
 *
22
22
 */
23
23
 
45
45
#include <ctype.h>
46
46
 
47
47
#include <NetworkManager/NetworkManager.h>
 
48
#include <NetworkManager/NetworkManagerVPN.h>
48
49
 
49
50
#include "nm-openvpn-service.h"
50
51
#include "nm-utils.h"