X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=load-fstab.h;h=b0cef7ddf695e804da4f97c6f85df03e72737284;hb=87f0e418cf2c58b3201d06a60e3696ec672d2662;hp=e7056502dbef51f7c47b3783f1e1b9dc455fa029;hpb=fd79db6a5df0f94c48736ce5aa0131d6ab108fb0;p=elogind.git diff --git a/load-fstab.h b/load-fstab.h index e7056502d..b0cef7ddf 100644 --- a/load-fstab.h +++ b/load-fstab.h @@ -3,10 +3,10 @@ #ifndef fooloadfstabhfoo #define fooloadfstabhfoo -#include "name.h" +#include "unit.h" /* Read service data from /etc/fstab */ -int name_load_fstab(Name *n); +int unit_load_fstab(Unit *u); #endif