db449ef
/* dhcp4client.h
db449ef
 *
db449ef
 * Interface to the ISC dhcp IPv4 client libdhcp4client library.
db449ef
 *
db449ef
 * Copyright (C) 2006  Red Hat, Inc. All rights reserved.
db449ef
 *
db449ef
 * This copyrighted material is made available to anyone wishing to use,
db449ef
 * modify, copy, or redistribute it subject to the terms and conditions of
db449ef
 * the GNU General Public License v.2, or (at your option) any later version.
db449ef
 * This program is distributed in the hope that it will be useful, but WITHOUT
db449ef
 * ANY WARRANTY expressed or implied, including the implied warranties of
db449ef
 * MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE.  See the GNU General
db449ef
 * Public License for more details.  You should have received a copy of the
db449ef
 * GNU General Public License along with this program; if not, write to the
db449ef
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
db449ef
 * 02110-1301, USA.  Any Red Hat trademarks that are incorporated in the
db449ef
 * source code or documentation are not subject to the GNU General Public
db449ef
 * License and may only be used or replicated with the express permission of
db449ef
 * Red Hat, Inc.
db449ef
 *
db449ef
 * Red Hat Author(s): Jason Vas Dias
db449ef
 *                    David Cantrell <dcantrell@redhat.com>
db449ef
 */
db449ef
db449ef
/* include libdhcp_control.h or libdhcp.h for this */
db449ef
extern struct libdhcp_control_s;
db449ef
db449ef
/* The ISC IPv4 DHCP client main() function */
db449ef
extern int dhcpv4_client(struct libdhcp_control_s *dhc_ctl,
db449ef
                         int argc, char **argv, char **envp);