X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2Fvirt-rescue.c;h=911b80a1f2b0da2fada8872890b3ed82beeef033;hb=f3ada2c7653866f2529c9f18aaa99f76cd984844;hp=8341e97545cd63b05940a1648de8f08dd4c52846;hpb=4155d20014b24b2203c4dd8b00e2e19450a7e3bb;p=libguestfs.git diff --git a/rescue/virt-rescue.c b/rescue/virt-rescue.c index 8341e97..911b80a 100644 --- a/rescue/virt-rescue.c +++ b/rescue/virt-rescue.c @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,12 +20,14 @@ #include #include +#include #include #include #include #include #include #include +#include #include "progname.h" #include "xvasprintf.h" @@ -95,6 +97,8 @@ main (int argc, char *argv[]) bindtextdomain (PACKAGE, LOCALEBASEDIR); textdomain (PACKAGE); + parse_config (); + enum { HELP_OPTION = CHAR_MAX + 1 }; static const char *options = "a:c:d:m:rvVx";