summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h
diff options
context:
space:
mode:
authormeem <Peter.Memishian@Sun.COM>2009-04-29 20:36:29 -0400
committermeem <Peter.Memishian@Sun.COM>2009-04-29 20:36:29 -0400
commit3644994cfca6e375a92aac121dbf0900522e21d1 (patch)
treedc1cf5266f8687eb2e68e75c976eb94c217239ff /usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h
parentb31b5de1357c915fe7dab4d9646d9d84f9fe69bc (diff)
downloadillumos-gate-3644994cfca6e375a92aac121dbf0900522e21d1.tar.gz
6743929 runaway dhcpagent
Diffstat (limited to 'usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h')
-rw-r--r--usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h b/usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h
index 8cb0e90aa6..63421d5f99 100644
--- a/usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h
+++ b/usr/src/cmd/cmd-inet/sbin/dhcpagent/script_handler.h
@@ -19,15 +19,13 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef SCRIPT_HANDLER_H
#define SCRIPT_HANDLER_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "common.h"
#ifdef __cplusplus
@@ -81,6 +79,7 @@ enum { SCRIPT_OK, SCRIPT_KILLED, SCRIPT_FAILED };
*/
extern unsigned int script_count;
+void script_init(dhcp_smach_t *);
boolean_t script_start(dhcp_smach_t *, const char *, script_callback_t *,
void *, int *);
void script_stop(dhcp_smach_t *);