From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4280 invoked by alias); 2 Sep 2011 12:38:45 -0000 Received: (qmail 4259 invoked by uid 9737); 2 Sep 2011 12:38:44 -0000 Date: Fri, 02 Sep 2011 12:38:00 -0000 Message-ID: <20110902123844.4257.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/commands toolcontext.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00014.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2011-09-02 12:38:44 Modified files: lib/commands : toolcontext.c Log message: Add missing 'static' for local function Avoid missing prototype warning. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.c.diff?cvsroot=lvm2&r1=1.134&r2=1.135 --- LVM2/lib/commands/toolcontext.c 2011/09/02 01:59:07 1.134 +++ LVM2/lib/commands/toolcontext.c 2011/09/02 12:38:43 1.135 @@ -558,7 +558,7 @@ return 1; } -struct dm_config_tree *_merge_config_files(struct cmd_context *cmd, struct dm_config_tree *cft) +static struct dm_config_tree *_merge_config_files(struct cmd_context *cmd, struct dm_config_tree *cft) { struct config_tree_list *cfl;