Changeset 88944695 in mainline for uspace/app/bdsh/input.h


Ignore:
Timestamp:
2008-08-28T08:32:06Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a56f4b2
Parents:
69145dae
Message:

More house cleaning, don't expose beyond what's needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.h

    r69145dae r88944695  
    55
    66/* prototypes */
     7
     8extern void get_input(cliuser_t *);
    79extern int tok_input(cliuser_t *);
    8 extern void get_input(cliuser_t *);
    9 extern void cli_restricted(char *);
    10 extern void read_line(char *, int);
    1110
    1211#endif
Note: See TracChangeset for help on using the changeset viewer.