summaryrefslogtreecommitdiff
path: root/src/shared/install-printf.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-26 10:40:17 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-10-13 19:44:47 +0200
commit0047d54d4241e04bb8812e68d9f826d90e2881eb (patch)
tree6a4509f61aab86b4e7c06ba9d87c0f659abc7cc8 /src/shared/install-printf.h
parent1308f72e831dcb634e7798c125611808f8b76cff (diff)
downloadsystemd-0047d54d4241e04bb8812e68d9f826d90e2881eb.tar.gz
shared/install: rename 'UnitFileInstallInfo' to 'InstallInfo'
- shorter is better - name now matches the defining-file name I was also considering UnitInstallInfo. Can change if people prefer that.
Diffstat (limited to 'src/shared/install-printf.h')
-rw-r--r--src/shared/install-printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install-printf.h b/src/shared/install-printf.h
index 6a9ab24e15..46a7514504 100644
--- a/src/shared/install-printf.h
+++ b/src/shared/install-printf.h
@@ -6,6 +6,6 @@
int install_name_printf(
LookupScope scope,
- const UnitFileInstallInfo *info,
+ const InstallInfo *info,
const char *format,
char **ret);