From: Nathan Scott Date: Mon, 5 Dec 2005 21:40:16 +0000 (+0000) Subject: Fix trivial compiler warning about io/shutdown. X-Git-Tag: v2.8.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f071c2dcab167e7d8ce2ffe086f54c3576d9baf;p=thirdparty%2Fxfsprogs-dev.git Fix trivial compiler warning about io/shutdown. Merge of master-melb:xfs-cmds:24690a by kenmcd. --- 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