Organize log for print tree
[platform/core/connectivity/stc-manager.git] / include / stc-manager-gdbus.h
old mode 100755 (executable)
new mode 100644 (file)
index 4b6a50f..860b766
@@ -83,4 +83,13 @@ gboolean stc_manager_dbus_emit_signal(GDBusConnection *connection,
 gboolean handle_manager_stop(StcManager *object,
                                          GDBusMethodInvocation *invocation);
 
+gboolean handle_manager_commit_iptables(StcManager *object,
+                                       GDBusMethodInvocation *invocation,
+                                       const gchar *option,
+                                       void *user_data);
+gboolean handle_manager_commit_ip6tables(StcManager *object,
+                                       GDBusMethodInvocation *invocation,
+                                       const gchar *option,
+                                       void *user_data);
+
 #endif /* __STC_MANAGER_GDBUS_H__ */