From 110fc843a0e59e68be1a9d8d1a4bb0bcb152872b Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 20 Aug 2001 12:53:36 +0000 Subject: Mark some functions as __printflike() and/or taking const char * arguments instead of char *. MFC after: 2 weeks --- lib/libdisk/create_chunk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libdisk') diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 366e373..567bea4 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -27,6 +27,8 @@ #include #include "libdisk.h" +static void msgDebug(char *, ...) __printflike(1, 2); + /* Clone these two from sysinstall because we need our own copies * due to link order problems with `crunch'. Feh! */ -- cgit v1.1