diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-26 21:39:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-26 21:39:06 +0100 |
commit | 87f0e418cf2c58b3201d06a60e3696ec672d2662 (patch) | |
tree | a27ef34fdf69505d983852d36d200b6e590726df /automount.h | |
parent | fd79db6a5df0f94c48736ce5aa0131d6ab108fb0 (diff) |
s/name/unit
Diffstat (limited to 'automount.h')
-rw-r--r-- | automount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/automount.h b/automount.h index b6dfd5bb06..acd7ca2e18 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 |