Changes in uspace/app/sbi/src/input.h [074444f:37f527b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/input.h
r074444f r37f527b 32 32 #include "mytypes.h" 33 33 34 int input_new_file(input_t **input, c onst char *fname);34 int input_new_file(input_t **input, char *fname); 35 35 int input_new_interactive(input_t **input); 36 36 int input_new_string(input_t **input, const char *str);
Note:
See TracChangeset
for help on using the changeset viewer.