Subversion Repositories HelenOS

Rev

Rev 3364 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef HELP_H
2
#define HELP_H
3
 
4
/* Prototypes for the help command (excluding entry points) */
3364 post 5
static int is_mod_or_builtin(char *);
3265 post 6
 
7
#endif