]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-dhcp4client.h
- introduced -client-dirs subpackage that provides:
[packages/dhcp.git] / dhcp-dhcp4client.h
CommitLineData
c494ae74
PZ
1/* dhcp4client.h
2 *
3 * Interface to the ISC dhcp IPv4 client libdhcp4client library.
4 *
5 * Copyright (C) 2006 Red Hat, Inc. All rights reserved.
6 *
7 * This copyrighted material is made available to anyone wishing to use,
8 * modify, copy, or redistribute it subject to the terms and conditions of
9 * the GNU General Public License v.2, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY expressed or implied, including the implied warranties of
12 * MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. See the GNU General
13 * Public License for more details. You should have received a copy of the
14 * GNU General Public License along with this program; if not, write to the
15 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16 * 02110-1301, USA. Any Red Hat trademarks that are incorporated in the
17 * source code or documentation are not subject to the GNU General Public
18 * License and may only be used or replicated with the express permission of
19 * Red Hat, Inc.
20 *
21 * Red Hat Author(s): Jason Vas Dias
22 * David Cantrell <dcantrell@redhat.com>
23 */
24
25/* include libdhcp_control.h or libdhcp.h for this */
26extern struct libdhcp_control_s;
27
28/* The ISC IPv4 DHCP client main() function */
29extern int dhcpv4_client(struct libdhcp_control_s *dhc_ctl,
30 int argc, char **argv, char **envp);
This page took 0.030693 seconds and 4 git commands to generate.