Skip to content

Commit

Permalink
dhcp6c_script: fix funtion declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 14, 2024
1 parent c3d5abe commit f93470d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dhcp6c_script.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ static char raw_dhcp_option_str[] = "raw_dhcp_option";
int client6_script(char *, int, struct dhcp6_optinfo *);

int
client6_script(scriptpath, state, optinfo)
char *scriptpath;
int state;
struct dhcp6_optinfo *optinfo;
client6_script(char *scriptpath, int state, struct dhcp6_optinfo *optinfo)
{
int i, dnsservers, ntpservers, dnsnamelen, envc, elen, ret = 0;
int sipservers, sipnamelen;
Expand Down

0 comments on commit f93470d

Please sign in to comment.