Changeset 8c95dff in mainline for uspace/app/hdisk/func_none.c


Ignore:
Timestamp:
2013-11-30T17:49:09Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a47e52
Parents:
802898f
Message:

various bugfixes

File:
1 edited

Legend:

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

    r802898f r8c95dff  
    8686}
    8787
    88 int read_none_parts(label_t *this, service_id_t dev_handle)
     88int read_none_parts(label_t *this)
    8989{
    9090        not_implemented();
     
    9292}
    9393
    94 int write_none_parts(label_t *this, service_id_t dev_handle)
     94int write_none_parts(label_t *this)
    9595{
    9696        not_implemented();
     
    9898}
    9999
    100 int extra_none_funcs(label_t *this, tinput_t * in, service_id_t dev_handle)
     100int extra_none_funcs(label_t *this, tinput_t * in)
    101101{
    102102        not_implemented();
Note: See TracChangeset for help on using the changeset viewer.