[Enrollee] API name modification as per IoTivity coding standard
[platform/upstream/iotivity.git] / service / easy-setup / enrollee / arduino / onboarding.cpp
index c54c360..aaf1509 100644 (file)
@@ -60,7 +60,7 @@ bool ESBleOnboarding()
 /**
  * It will do onboarding based on the user's configuration.
  */
-bool ESOnboard(const char * ssid, const char* passwd, NetworkEventCallback cb)
+bool ESOnboard(const char * ssid, const char* passwd, ESEnrolleeNetworkEventCallback cb)
 {
     OIC_LOG(DEBUG, ES_ENROLLEE_TAG, "ESOnboard IN");