[lvm-devel] LVM2/lib/commands toolcontext.c

zkabelac at sourceware.org zkabelac at sourceware.org
Fri Sep 2 12:38:44 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at 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;
 




More information about the lvm-devel mailing list