diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-23 03:44:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-23 03:44:47 +0200 |
commit | c0576cd6d61b81d3bab307e2deee10447de115db (patch) | |
tree | 04342640d0b49411754a5482546f546d5cc9b667 /src/install.h | |
parent | 5780425ea7f4b649852991bc515fa8ce71ee43dd (diff) |
bus: expose installer functions
Diffstat (limited to 'src/install.h')
-rw-r--r-- | src/install.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/install.h b/src/install.h index a3eacf51ce..0505a82f00 100644 --- a/src/install.h +++ b/src/install.h @@ -83,4 +83,7 @@ int unit_file_query_preset(UnitFileScope scope, const char *name); const char *unit_file_state_to_string(UnitFileState s); UnitFileState unit_file_state_from_string(const char *s); +const char *unit_file_change_type_to_string(UnitFileChangeType s); +UnitFileChangeType unit_file_change_type_from_string(const char *s); + #endif |