chiark / gitweb /
Add new function to filter fstab options
[elogind.git] / src / shared / util.h
index 141a3feab60eda5958c794da20435175b9ce61e3..b337249faa88c868adae260a130ed94d7fd3e769 100644 (file)
@@ -1010,8 +1010,6 @@ const char *personality_to_string(unsigned long);
 
 uint64_t physical_memory(void);
 
-char* mount_test_option(const char *haystack, const char *needle);
-
 void hexdump(FILE *f, const void *p, size_t s);
 
 union file_handle_union {