source: mainline/uspace/app/bdsh/cmds/modules/touch/entry.h

Last change on this file was 971cc0cc, checked in by Martin Decky <martin@…>, 13 years ago

improve the 'touch' command (based on a patch by Vivek Prakash)

  • add the -c (—no-create) option
  • add missing error paths
  • improve coding style
  • Property mode set to 100644
File size: 187 bytes
RevLine 
[216d6fc]1#ifndef TOUCH_ENTRY_H
2#define TOUCH_ENTRY_H
3
4/* Entry points for the touch command */
[809813d]5extern int cmd_touch(char **);
6extern void help_cmd_touch(unsigned int);
[216d6fc]7
8#endif /* TOUCH_ENTRY_H */
Note: See TracBrowser for help on using the repository browser.