diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 17:53:26 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 17:53:26 +0200 |
commit | 816032140813972e230863a002b4acd1b15d2bcf (patch) | |
tree | 9c2b26ea8c5680b6127217c7c3933fb8f5c30252 /src/partxboxn.h | |
parent | 2dd9cec608a056ded9df373610854918f492a339 (diff) |
split add_partition() into add_partition_cli() and add_partition_ncurses()
Diffstat (limited to 'src/partxboxn.h')
-rw-r--r-- | src/partxboxn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partxboxn.h b/src/partxboxn.h index 872eae7..84b29ac 100644 --- a/src/partxboxn.h +++ b/src/partxboxn.h @@ -23,7 +23,7 @@ extern "C" { #endif -list_part_t *add_partition_xbox_ncurses(disk_t *disk_car,list_part_t *list_part, char **current_cmd); +list_part_t *add_partition_xbox_ncurses(disk_t *disk, list_part_t *list_part); #ifdef __cplusplus } /* closing brace for extern "C" */ |