Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwsetup-ng.git;a=commitdiff;h=a881ea0b9e16eed2685805514727fc1825bd7946
commit a881ea0b9e16eed2685805514727fc1825bd7946 Author: James Buren <[email protected]> Date: Tue Oct 9 05:24:00 2012 -0500 add disk_create_partition to main header diff --git a/src/local.h b/src/local.h index 2b95069..00432ee 100644 --- a/src/local.h +++ b/src/local.h @@ -91,6 +91,7 @@ extern struct device *device_open(const char *path); extern void device_close(struct device *device); extern struct disk *disk_open(struct device *device); extern void disk_new_table(struct disk *disk,const char *type); +extern int disk_create_partition(struct disk *disk,long long size); extern void disk_delete_partition(struct disk *disk); extern void disk_close(struct disk *disk); extern int ui_main(int argc,char **argv); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
