From 3f071c2dcab167e7d8ce2ffe086f54c3576d9baf Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 5 Dec 2005 21:40:16 +0000 Subject: [PATCH] Fix trivial compiler warning about io/shutdown. Merge of master-melb:xfs-cmds:24690a by kenmcd. --- io/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/io/io.h b/io/io.h index b04ab2c2a..6f78c7a92 100644 --- a/io/io.h +++ b/io/io.h @@ -103,6 +103,7 @@ extern void pread_init(void); extern void prealloc_init(void); extern void pwrite_init(void); extern void quit_init(void); +extern void shutdown_init(void); extern void truncate_init(void); #ifdef HAVE_FADVISE -- 2.47.2