]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix trivial compiler warning about io/shutdown.
authorNathan Scott <nathans@sgi.com>
Mon, 5 Dec 2005 21:40:16 +0000 (21:40 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 5 Dec 2005 21:40:16 +0000 (21:40 +0000)
Merge of master-melb:xfs-cmds:24690a by kenmcd.

io/io.h

diff --git a/io/io.h b/io/io.h
index b04ab2c2a08400580b23e331747511e399aa0f07..6f78c7a926b07130f1009e5702872c32cc5db7dc 100644 (file)
--- 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