Changeset 9bda5d90 in mainline for uspace/lib/gpt/libgpt.h


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/lib/gpt/libgpt.h

    r700f89e r9bda5d90  
    139139
    140140
    141 extern gpt_t * gpt_alloc_gpt_header();
     141extern gpt_t * gpt_alloc_gpt_header(void);
    142142extern gpt_t * gpt_read_gpt_header(service_id_t dev_handle);
    143143extern int gpt_write_gpt_header(gpt_t * header, service_id_t dev_handle);
    144144
    145 extern gpt_partitions_t *       gpt_alloc_partitions();
     145extern gpt_partitions_t *       gpt_alloc_partitions(void);
    146146extern gpt_partitions_t *       gpt_read_partitions     (gpt_t * gpt);
    147147extern int                                      gpt_write_partitions    (gpt_partitions_t * parts, gpt_t * header, service_id_t dev_handle);
Note: See TracChangeset for help on using the changeset viewer.