From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [3/4] libext2fs: Provide prototype for ext2fs_symlink() Date: Thu, 28 Feb 2013 20:13:27 -0500 Message-ID: <20130301011327.GD18134@thunk.org> References: <1361807708-15871-4-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Jan Kara Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:50670 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752910Ab3CABNo (ORCPT ); Thu, 28 Feb 2013 20:13:44 -0500 Content-Disposition: inline In-Reply-To: <1361807708-15871-4-git-send-email-jack@suse.cz> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Feb 25, 2013 at 05:55:07AM -0000, Jan Kara wrote: > 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 Thanks, applied. - Ted