summaryrefslogtreecommitdiffstats
path: root/src/boot/bootctl-util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-05-17 08:54:00 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-19 16:28:28 +0200
commitbfd5a0687fcc65e5617d5bab69ff653393f23e70 (patch)
tree10f216d7a6ebdd984df003259c5b84fe139a91bd /src/boot/bootctl-util.h
parentFix confusion between killer and prey (diff)
downloadsystemd-bfd5a0687fcc65e5617d5bab69ff653393f23e70.tar.xz
systemd-bfd5a0687fcc65e5617d5bab69ff653393f23e70.zip
various: move const ptr indicator to return value
Diffstat (limited to 'src/boot/bootctl-util.h')
-rw-r--r--src/boot/bootctl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl-util.h b/src/boot/bootctl-util.h
index 6f2c1630de..4abd4a303b 100644
--- a/src/boot/bootctl-util.h
+++ b/src/boot/bootctl-util.h
@@ -3,7 +3,7 @@
int sync_everything(void);
-const char *get_efi_arch(void);
+const char* get_efi_arch(void);
int get_file_version(int fd, char **ret);