Refactoring structures for monitoring and restrictions
[platform/core/connectivity/stc-manager.git] / plugin / procfs / include / stc-plugin-procfs.h
old mode 100755 (executable)
new mode 100644 (file)
index 7375041..d548c1f
@@ -20,6 +20,7 @@
 #include <glib.h>
 #include "stc-error.h"
 #include "stc-manager.h"
+#include "stc-monitor.h"
 
 typedef struct {
        int (*initialize_plugin) (void);
@@ -34,6 +35,9 @@ int stc_plugin_procfs_deinitialize(void);
 
 int stc_plugin_procfs_load(void);
 stc_error_e stc_plugin_procfs_status_changed(stc_cmd_type_e cmd,
-                               pid_t pid, const gchar *app_id, const gchar *pkg_id, stc_app_type_e app_type);
+                                               pid_t pid,
+                                               const gchar *app_id,
+                                               const gchar *pkg_id,
+                                               stc_app_type_e app_type);
 
 #endif /* __STC_PLUGIN_PROCFS_H__ */