Refactoring structures for monitoring and restrictions
[platform/core/connectivity/stc-manager.git] / src / database / include / table-restrictions.h
index fb62bb9..e9d46bf 100644 (file)
@@ -59,7 +59,9 @@ stc_error_e table_restrictions_update(table_restrictions_info *info);
 
 stc_error_e table_restrictions_delete(const char *app_id,
                                      const stc_iface_type_e iftype,
-                                     const char *subscriber_id);
+                                     const char *ifname,
+                                     const char *subscriber_id,
+                                     const stc_roaming_type_e roaming);
 
 stc_error_e table_restrictions_prepare(sqlite3 *db);