summaryrefslogtreecommitdiff
path: root/shim.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-03-09 11:54:58 -0500
committerPeter Jones <pjones@redhat.com>2021-03-10 15:54:20 -0500
commit766aac4d5cfbe76026be5ce718b0883ee211f323 (patch)
tree56b15cac9a128b4285d58bc1e2a4b12cff5ed881 /shim.h
parent78809820b5a3f79a0bfbec00e630e40011acf4ec (diff)
downloadefi-boot-shim-766aac4d5cfbe76026be5ce718b0883ee211f323.tar.gz
efi-boot-shim-766aac4d5cfbe76026be5ce718b0883ee211f323.zip
Consolidate most of our standard lib functions to lib
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'shim.h')
-rw-r--r--shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shim.h b/shim.h
index 61dafa82..3d2ac2d4 100644
--- a/shim.h
+++ b/shim.h
@@ -259,4 +259,6 @@ verify_buffer (char *data, int datasize,
#define LogError(fmt, ...)
#endif
+char *translate_slashes(char *out, const char *str);
+
#endif /* SHIM_H_ */