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
|
Line | |
---|
1 | #ifndef TOUCH_ENTRY_H
|
---|
2 | #define TOUCH_ENTRY_H
|
---|
3 |
|
---|
4 | /* Entry points for the touch command */
|
---|
5 | extern int cmd_touch(char **);
|
---|
6 | extern void help_cmd_touch(unsigned int);
|
---|
7 |
|
---|
8 | #endif /* TOUCH_ENTRY_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.