Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 030ef185 authored by Tom Cherry's avatar Tom Cherry
Browse files

init: small header clean up

Remove an unimplemented function from the header and clean up some
slight syntax mistakes.

Test: build
Change-Id: Ia82c6aee24fa0889a7595aabc564bef970a0863b
parent 371180bb
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef _INIT_PROPERTY_H
#define _INIT_PROPERTY_H
#pragma once

#include <sys/socket.h>

@@ -35,13 +34,10 @@ uint32_t HandlePropertySet(const std::string& name, const std::string& value,

extern bool PropertyChildReap(pid_t pid);

void property_init(void);
void property_load_boot_defaults(bool);
void load_persist_props(void);
void load_system_props(void);
void property_init();
void property_load_boot_defaults(bool load_debug_prop);
void load_persist_props();
void StartPropertyService(Epoll* epoll);

}  // namespace init
}  // namespace android

#endif  /* _INIT_PROPERTY_H */