]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: Provide prototype for ext2fs_symlink()
authorJan Kara <jack@suse.cz>
Mon, 25 Feb 2013 05:55:07 +0000 (05:55 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Mar 2013 01:12:30 +0000 (20:12 -0500)
commit5084088215242e5839fa482dd25e06a127aba311
tree41b4ad33f033d09085813f9b05de1d4918f70425
parent9e20cf223ad6e44536f7e3116413cc8a445618c7
libext2fs: Provide prototype for ext2fs_symlink()

New function ext2fs_symlink() doesn't have a prototype in ext2fs.h and
thus debugfs compilation gives warning:

debugfs.c:2219:2: warning: implicit declaration of function 'ext2fs_symlink'

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2fs.h