fdev: Introduce fdev for file event handling
[src/app-framework-binder.git] / src / afb-systemd.c
index 575d9f1..fe47967 100644 (file)
@@ -80,14 +80,14 @@ static char **fds_names()
        return names;
 }
 
-int systemd_fds_init()
+int afb_systemd_fds_init()
 {
        errno = 0;
        fds_names();
        return -!!errno;
 }
 
-int systemd_fds_for(const char *name)
+int afb_systemd_fds_for(const char *name)
 {
        int idx;
        char **names;