~ubuntu-branches/debian/sid/vzctl/sid

« back to all changes in this revision

Viewing changes to include/net.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2011-10-17 06:51:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20111017065128-vgdwvq5lei9g4mc7
Tags: 3.0.29.3-1
New upstream release.
Closes: #638072.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  Copyright (C) 2000-2009, Parallels, Inc. All rights reserved.
 
2
 *  Copyright (C) 2000-2011, Parallels, Inc. All rights reserved.
3
3
 *
4
4
 *  This program is free software; you can redistribute it and/or modify
5
5
 *  it under the terms of the GNU General Public License as published by
67
67
int vps_set_netdev(vps_handler *h, envid_t veid, ub_param *ub,
68
68
                net_param *net_add, net_param *net_del);
69
69
 
70
 
int find_ip(list_head_t *ip_h,  char *ipaddr);
 
70
char *find_ip(list_head_t *ip_h,  const char *ipaddr);
 
71
int merge_ip_list(int delall, list_head_t *old, list_head_t *add,
 
72
        list_head_t *del, list_head_t *merged);
71
73
 
72
74
/** Obtain list of IP addresses belonging to the CT.
73
75
 *