chiark / gitweb /
Prep v234: Apply missing upstream fixes in src/basic (1/6)
[elogind.git] / src / basic / util.h
index 5283f96b7195c25ce7a5b8636efc7e47b914f11f..a2a01f886c0986efa1be7154b84d54df1e1e396d 100644 (file)
@@ -65,8 +65,6 @@ static inline const char* enable_disable(bool b) {
         return b ? "enable" : "disable";
 }
 
-void execute_directories(const char* const* directories, usec_t timeout, char *argv[]);
-
 #if 0 /// UNNEEDED by elogind
 bool plymouth_running(void);
 #endif // 0