summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-26 09:04:42 +0000
committerRichard Jones <rjones@redhat.com>2009-10-26 15:09:20 +0000
commitec02f0da1550e37acd95d615ff4fcf88569bcf2c (patch)
tree204efea9c4f0cb29f86bbbb7f8494f20aee0fc1c /fish/fish.h
parent74bde73d5c60c13b894fa60fff680a447499c884 (diff)
downloadlibguestfs-ec02f0da1550e37acd95d615ff4fcf88569bcf2c.tar.gz
libguestfs-ec02f0da1550e37acd95d615ff4fcf88569bcf2c.tar.xz
libguestfs-ec02f0da1550e37acd95d615ff4fcf88569bcf2c.zip
guestfish: Add win: prefix to use Windows paths.
Add a win: prefix for path arguments in guestfish: ><fs> file win:c:\windows\system32\config\system.log MS Windows registry file, NT/2000 or above
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 642c269a..8c5dba16 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -46,6 +46,7 @@ extern int launch (guestfs_h *);
extern int is_true (const char *str);
extern char **parse_string_list (const char *str);
extern int xwrite (int fd, const void *buf, size_t len);
+extern char *resolve_win_path (const char *path);
/* in cmds.c (auto-generated) */
extern void list_commands (void);