summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-26 21:51:11 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-26 21:51:11 +0000
commit272b754093ef824486993540a893d39be8e7e9f0 (patch)
treecccad46c8446246663050bf7e7b28936d1f8a392 /fish/fish.h
parentb4c853f7d493af1d71f352832fed29eb7e377e8f (diff)
downloadlibguestfs-272b754093ef824486993540a893d39be8e7e9f0.tar.gz
libguestfs-272b754093ef824486993540a893d39be8e7e9f0.tar.xz
libguestfs-272b754093ef824486993540a893d39be8e7e9f0.zip
fish: Don't use external pod2text program.
This removes the dependency from guestfish to the external pod2text program (and hence the final dependency on perl for guestfish). This is done by storing the formatted pod2text output in guestfish as the help text.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 35978052..f4b6c9cb 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -64,7 +64,6 @@ extern int progress_bars;
extern int remote_control_csh;
extern const char *libvirt_uri;
extern int issue_command (const char *cmd, char *argv[], const char *pipe);
-extern void pod2text (const char *name, const char *shortdesc, const char *body);
extern void list_builtin_commands (void);
extern int display_builtin_command (const char *cmd);
extern void free_strings (char **argv);