Move guestfish 'alloc' command to a separate file.
[libguestfs.git] / fish / fish.h
index 6cd4d97..e45f034 100644 (file)
@@ -44,4 +44,7 @@ extern int run_action (const char *cmd, int argc, char *argv[]);
 /* in completion.c (auto-generated) */
 extern char **do_completion (const char *text, int start, int end);
 
+/* in alloc.c */
+extern int do_alloc (int argc, char *argv[]);
+
 #endif /* FISH_H */