Changeset 9bda5d90 in mainline for uspace/app/hdisk/hdisk.c


Ignore:
Timestamp:
2013-05-03T01:20:11Z (12 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
469739f, c9f61150, f6c8fca
Parents:
700f89e
Message:

libmbr final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/hdisk.c

    r700f89e r9bda5d90  
    4848
    4949#include "hdisk.h"
     50#include "input.h"
     51#include "func_gpt.h"
    5052#include "func_mbr.h"
    51 #include "func_gpt.h"
     53#include "func_none.h"
    5254
    5355int interact(service_id_t dev_handle);
    5456void print_help(void);
    55 void select_table_format(void);
     57void select_table_format(tinput_t * in);
    5658void fill_table_funcs(void);
    5759void free_table(void);
     
    167169                        case 'n':
    168170                                free_table();
    169                                 table.new_table(in);
     171                                table.new_table(in, &table.data);
    170172                                break;
    171173                        case 'p':
Note: See TracChangeset for help on using the changeset viewer.