Subversion Repositories HelenOS

Rev

Rev 3304 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3304 Rev 3340
Line 2... Line 2...
2
#define EXEC_H
2
#define EXEC_H
3
 
3
 
4
#include <task.h>
4
#include <task.h>
5
 
5
 
6
extern char *find_command(char *);
6
extern char *find_command(char *);
7
extern task_id_t try_exec(char *, char **);
7
extern unsigned int try_exec(char *, char **);
8
extern unsigned int try_access(const char *);
8
extern unsigned int try_access(const char *);
9
 
9
 
10
#endif
10
#endif