summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/dhcpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/net/uip/dhcpc.h')
-rw-r--r--nuttx/include/net/uip/dhcpc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/include/net/uip/dhcpc.h b/nuttx/include/net/uip/dhcpc.h
index f598c00ad..d1950c9b8 100644
--- a/nuttx/include/net/uip/dhcpc.h
+++ b/nuttx/include/net/uip/dhcpc.h
@@ -12,6 +12,7 @@
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
+ *
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
@@ -66,7 +67,7 @@ struct dhcpc_state
****************************************************************************/
void *dhcpc_open(const void *mac_addr, int mac_len);
-int dhcpc_request(void *handle, struct dhcpc_state *ds);
-void dhcpc_close(void *handle);
+int dhcpc_request(void *handle, struct dhcpc_state *ds);
+void dhcpc_close(void *handle);
#endif /* NET_UIP_DHCP_H__ */