source: mainline/uspace/app/bdsh/cmds/modules/unalias/entry.h@ 08bd04c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 08bd04c was 598e3a7, checked in by Matthieu Riolo <matthieu.riolo@…>, 7 years ago

adding cmd unalias

  • Property mode set to 100644
File size: 200 bytes
Line 
1#ifndef UNALIAS_ENTRY_H
2#define UNALIAS_ENTRY_H
3
4/* Entry points for the unalias command */
5extern int cmd_unalias(char **);
6extern void help_cmd_unalias(unsigned int);
7
8#endif /* UNALIAS_ENTRY_H */
9
Note: See TracBrowser for help on using the repository browser.