Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Projects / Webserver / Lib / DHCPServerApp.c
index 7a36066..4399e9a 100644 (file)
@@ -154,6 +154,7 @@ void DHCPServerApp_Callback(void)
  *  \param[out] DHCPHeader             Location in the packet buffer where the BOOTP header should be written to\r
  *  \param[in]  DHCPMessageType        DHCP Message type, such as DHCP_DISCOVER\r
  *  \param[in]  ClientHardwareAddress  Client MAC address the created transaction should be directed to\r
  *  \param[out] DHCPHeader             Location in the packet buffer where the BOOTP header should be written to\r
  *  \param[in]  DHCPMessageType        DHCP Message type, such as DHCP_DISCOVER\r
  *  \param[in]  ClientHardwareAddress  Client MAC address the created transaction should be directed to\r
+ *  \param[in]  PreferredClientIP      Preferred IP that should be given to the client if it is unallocated\r
  *  \param[in]  TransactionID          Transaction ID the created transaction should be associated with\r
  *\r
  *  \return Size in bytes of the created DHCP packet\r
  *  \param[in]  TransactionID          Transaction ID the created transaction should be associated with\r
  *\r
  *  \return Size in bytes of the created DHCP packet\r