From 00c8ece258acfa8867485172af9e74313d25bbdf Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 27 Jun 2009 04:44:20 +0930 Subject: Provide token prototypes for functions that are external but have no header This cuts down on a lot of noise from gcc-4.4 Signed-off-by: Ron Lee Signed-off-by: Mike Frysinger --- utils/chroot_realpath.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/chroot_realpath.c b/utils/chroot_realpath.c index 82ccbf691..d912a06c5 100644 --- a/utils/chroot_realpath.c +++ b/utils/chroot_realpath.c @@ -24,6 +24,9 @@ #define MAX_READLINKS 32 +char *chroot_realpath(const char *chroot, const char *path, + char resolved_path[]); + char *chroot_realpath(const char *chroot, const char *path, char resolved_path[]) { -- cgit v1.2.3