Change file mode into 644
[platform/core/connectivity/stc-manager.git] / src / helper / helper-inotify.h
old mode 100755 (executable)
new mode 100644 (file)
index 1fe9d66..aaadafc
 #include <sys/inotify.h>
 
 struct inotify_event;
-typedef void (* inotify_event_cb) (struct inotify_event *event,
-                                       const char *ident);
+typedef void (* inotify_event_cb) (struct inotify_event *event, const char *ident);
 
-int inotify_register(const char *path, inotify_event_cb callback);
+int inotify_register(const char *path, inotify_event_cb cb);
 void inotify_deregister(const char *path);
 
 int inotify_initialize(void);