X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=automount.h;h=acd7ca2e18905addd7ef7a3c913871330692d9bd;hb=9eba9da4bce4778b4d5dd43e2c41756976a1582b;hp=b6dfd5bb0609ecafda0842ad380b7a7da0328309;hpb=5cb5a6ffc33667c93e9bc3572534dcaa684046e3;p=elogind.git diff --git a/automount.h b/automount.h index b6dfd5bb0..acd7ca2e1 100644 --- a/automount.h +++ b/automount.h @@ -5,7 +5,7 @@ typedef struct Automount Automount; -#include "name.h" +#include "unit.h" typedef enum AutomountState { AUTOMOUNT_DEAD, @@ -41,6 +41,6 @@ struct Automount { Mount *mount; }; -extern const NameVTable automount_vtable; +extern const UnitVTable automount_vtable; #endif