Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/console.h

    r5a6cc679 ra35b458  
    4949        /** Console input file */
    5050        FILE *input;
    51        
     51
    5252        /** Console output file */
    5353        FILE *output;
    54        
     54
    5555        /** Console input session */
    5656        async_sess_t *input_sess;
    57        
     57
    5858        /** Console output session */
    5959        async_sess_t *output_sess;
    60        
     60
    6161        /** Input request call with timeout */
    6262        ipc_call_t input_call;
    63        
     63
    6464        /** Input response with timeout */
    6565        aid_t input_aid;
Note: See TracChangeset for help on using the changeset viewer.