summaryrefslogtreecommitdiff
path: root/src/shared/unit-name.h
diff options
context:
space:
mode:
authorMichal Sekletar <msekleta@redhat.com>2012-07-13 15:59:26 +0200
committerMichal Schmidt <mschmidt@redhat.com>2012-07-26 10:02:10 +0200
commit29283ea4cf5df20aa0ea9e24e3cb7035bf4c4a04 (patch)
treea5a5f661cb7845f358cc99fbacddbd9ebf392564 /src/shared/unit-name.h
parentac6a4abed3e69daf6795e02fa4be1719ae6ae6ab (diff)
systemd: enable/disable instances of template
https://bugzilla.redhat.com/show_bug.cgi?id=752774
Diffstat (limited to 'src/shared/unit-name.h')
-rw-r--r--src/shared/unit-name.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/unit-name.h b/src/shared/unit-name.h
index f899f8652..7be346590 100644
--- a/src/shared/unit-name.h
+++ b/src/shared/unit-name.h
@@ -79,6 +79,7 @@ char *unit_name_path_escape(const char *f);
char *unit_name_path_unescape(const char *f);
bool unit_name_is_template(const char *n);
+bool unit_name_is_instance(const char *n);
char *unit_name_replace_instance(const char *f, const char *i);