Changeset 074444f in mainline for uspace/app/sbi/src/input.h


Ignore:
Timestamp:
2010-04-10T11:15:33Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ef0fc3, 38aaacc2
Parents:
23de644
Message:

Update SBI to rev. 184.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/input.h

    r23de644 r074444f  
    3232#include "mytypes.h"
    3333
    34 int input_new_file(input_t **input, char *fname);
     34int input_new_file(input_t **input, const char *fname);
    3535int input_new_interactive(input_t **input);
    3636int input_new_string(input_t **input, const char *str);
Note: See TracChangeset for help on using the changeset viewer.