Subversion Repositories HelenOS

Rev

Rev 3346 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef TOUCH_ENTRY_H
#define TOUCH_ENTRY_H

/* Entry points for the touch command */
extern int cmd_touch(char **);
extern void help_cmd_touch(unsigned int);

#endif /* TOUCH_ENTRY_H */