From cc94151fc4145748ab3fcfdeccfa732bd3334084 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sat, 31 Aug 2002 15:12:00 +0000 Subject: argh, include prototype for dl_fdprintf(), missed by myself and reviewers. --- libexec/ld.so/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/ld.so/util.h b/libexec/ld.so/util.h index d3fc5fd5fa3..7a84c79c73b 100644 --- a/libexec/ld.so/util.h +++ b/libexec/ld.so/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.11 2002/07/24 04:11:21 deraadt Exp $ */ +/* $OpenBSD: util.h,v 1.12 2002/08/31 15:11:59 drahn Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -40,6 +40,7 @@ void *_dl_malloc(const size_t size); void _dl_free(void *); char *_dl_strdup(const char *); void _dl_printf(const char *fmt, ...); +void _dl_fdprintf(int, const char *fmt, ...); void _dl_show_objects(void); /* -- cgit v1.2.3