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


Ignore:
Timestamp:
2013-11-30T17:49:09Z (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:
f4a47e52
Parents:
802898f
Message:

various bugfixes

File:
1 edited

Legend:

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

    r802898f r8c95dff  
    4747extern int new_none_label    (label_t *);
    4848extern int print_none_parts  (label_t *);
    49 extern int read_none_parts   (label_t *, service_id_t);
    50 extern int write_none_parts  (label_t *, service_id_t);
    51 extern int extra_none_funcs  (label_t *, tinput_t *, service_id_t);
     49extern int read_none_parts   (label_t *);
     50extern int write_none_parts  (label_t *);
     51extern int extra_none_funcs  (label_t *, tinput_t *);
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.