comparison toys.h @ 75:89ca591a9236

More random progress on mke2fs. Nothing to see yet.
author Rob Landley <rob@landley.net>
date Tue, 23 Jan 2007 13:20:38 -0500
parents 69efffcacd70
children e6332139adae
comparison
equal deleted inserted replaced
74:dfe99495acbc 75:89ca591a9236
19 #include <stdio.h> 19 #include <stdio.h>
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <string.h> 21 #include <string.h>
22 #include <strings.h> 22 #include <strings.h>
23 #include <sys/ioctl.h> 23 #include <sys/ioctl.h>
24 #include <sys/mount.h>
24 #include <sys/stat.h> 25 #include <sys/stat.h>
25 #include <sys/statvfs.h> 26 #include <sys/statvfs.h>
26 #include <sys/types.h> 27 #include <sys/types.h>
27 #include <sys/wait.h> 28 #include <sys/wait.h>
28 #include <unistd.h> 29 #include <unistd.h>
29 30
30 #include "lib/lib.h" 31 #include "lib/lib.h"
31 #include "gen_config.h" 32 #include "gen_config.h"
32 #include "toys/toylist.h" 33 #include "toys/toylist.h"
34 #include "toys/e2fs.h"
33 35
34 // These live in main.c 36 // These live in main.c
35 37
36 struct toy_list *toy_find(char *name); 38 struct toy_list *toy_find(char *name);
37 void toy_init(struct toy_list *which, char *argv[]); 39 void toy_init(struct toy_list *which, char *argv[]);