Fix some more memory leaks
[src/app-framework-binder.git] / src / afb-systemd.c
index 575d9f1..5ba695b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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;