Changeset 9bda5d90 in mainline for uspace/app/hdisk/hdisk.c
- Timestamp:
- 2013-05-03T01:20:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 469739f, c9f61150, f6c8fca
- Parents:
- 700f89e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/hdisk.c
r700f89e r9bda5d90 48 48 49 49 #include "hdisk.h" 50 #include "input.h" 51 #include "func_gpt.h" 50 52 #include "func_mbr.h" 51 #include "func_ gpt.h"53 #include "func_none.h" 52 54 53 55 int interact(service_id_t dev_handle); 54 56 void print_help(void); 55 void select_table_format( void);57 void select_table_format(tinput_t * in); 56 58 void fill_table_funcs(void); 57 59 void free_table(void); … … 167 169 case 'n': 168 170 free_table(); 169 table.new_table(in );171 table.new_table(in, &table.data); 170 172 break; 171 173 case 'p':
Note:
See TracChangeset
for help on using the changeset viewer.