Changeset 9bda5d90 in mainline for uspace/lib/gpt/libgpt.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/lib/gpt/libgpt.c

    r700f89e r9bda5d90  
    5959
    6060/** Allocate memory for gpt header */
    61 gpt_t * gpt_alloc_gpt_header()
     61gpt_t * gpt_alloc_gpt_header(void)
    6262{
    6363        return malloc(sizeof(gpt_t));
Note: See TracChangeset for help on using the changeset viewer.