xref: /netbsd-src/external/gpl2/lvm2/dist/tools/lvm-static.c (revision bec4d750d436214708904d6a2c66f8d979761c4b)
1*bec4d750Shaad /*	$NetBSD: lvm-static.c,v 1.1.1.2 2009/02/18 11:17:44 haad Exp $	*/
256a34939Shaad 
356a34939Shaad /*
456a34939Shaad  * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
556a34939Shaad  * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
656a34939Shaad  *
756a34939Shaad  * This file is part of LVM2.
856a34939Shaad  *
956a34939Shaad  * This copyrighted material is made available to anyone wishing to use,
1056a34939Shaad  * modify, copy, or redistribute it subject to the terms and conditions
1156a34939Shaad  * of the GNU General Public License v.2.
1256a34939Shaad  *
1356a34939Shaad  * You should have received a copy of the GNU General Public License
1456a34939Shaad  * along with this program; if not, write to the Free Software Foundation,
1556a34939Shaad  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1656a34939Shaad  */
1756a34939Shaad 
18*bec4d750Shaad #include "tools.h"
1956a34939Shaad #include "lvm2cmdline.h"
2056a34939Shaad 
main(int argc,char ** argv)2156a34939Shaad int main(int argc, char **argv)
2256a34939Shaad {
23*bec4d750Shaad 	init_is_static(1);
24*bec4d750Shaad 	return lvm2_main(argc, argv);
2556a34939Shaad }
2656a34939Shaad 
lvm_shell(struct cmd_context * cmd __attribute ((unused)),struct cmdline_context * cmdline __attribute ((unused)))2756a34939Shaad int lvm_shell(struct cmd_context *cmd __attribute((unused)),
2856a34939Shaad 	      struct cmdline_context *cmdline __attribute((unused)))
2956a34939Shaad {
3056a34939Shaad 	return 0;
3156a34939Shaad }
32