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