X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fman.c;h=522a86c0180d8b0ee29a58183ed71b5919f421d0;hb=edd747a09060dd191277f1bcae827a94939cfb9d;hp=e28e892ac4634196059598659a56fed79bd3508e;hpb=78d2523ec8997679f7fca810de60620df4001e16;p=libguestfs.git diff --git a/fish/man.c b/fish/man.c index e28e892..522a86c 100644 --- a/fish/man.c +++ b/fish/man.c @@ -1,5 +1,5 @@ /* guestfish - the filesystem interactive shell - * 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 @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "fish.h" @@ -28,7 +29,7 @@ /* guestfish man command */ int -do_man (const char *cmd, int argc, char *argv[]) +run_man (const char *cmd, size_t argc, char *argv[]) { if (argc != 0) { fprintf (stderr, _("use 'man' without parameters to open the manual\n"));