X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Ffstab-util.h;h=387c562a9630b63ad2109b09f6a7026c1fbdc8e0;hb=d896ac2d2fbce41a0b11a0618a685adeaf18b8fe;hp=9f6b32eaf48ad3caf00a917e474d37e0728cf13d;hpb=b9f111b93f9f442f00266f338b14f25ca8685352;p=elogind.git diff --git a/src/shared/fstab-util.h b/src/shared/fstab-util.h index 9f6b32eaf..387c562a9 100644 --- a/src/shared/fstab-util.h +++ b/src/shared/fstab-util.h @@ -28,6 +28,8 @@ int fstab_filter_options(const char *opts, const char *names, const char **namefound, char **value, char **filtered); +int fstab_extract_values(const char *opts, const char *name, char ***values); + static inline bool fstab_test_option(const char *opts, const char *names) { return !!fstab_filter_options(opts, names, NULL, NULL, NULL); }