Bug fix.
[sim/o1-interface.git] / ntsimulator / src / ntsimulator-manager / simulator-operations.h
index 364633c..8958b1d 100644 (file)
@@ -105,6 +105,9 @@ int notification_delay_period_changed(sr_val_t *val, size_t count);
 int ves_heartbeat_period_changed(int period);
 int ves_ip_changed(char *new_ip);
 int ves_port_changed(int new_port);
+int ves_username_changed(char *new_username);
+int ves_password_changed(char *new_password);
+int ves_auth_method_changed(char *new_auth_method);
 int ves_registration_changed(cJSON_bool new_bool);
 int is_netconf_available_changed(cJSON_bool new_bool);
 int is_ves_available_changed(cJSON_bool new_bool);