Subversion Repositories HelenOS

Rev

Rev 3346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3372
Line 1... Line 1...
1
#ifndef EXEC_H
1
#ifndef EXEC_H
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 *);
-
 
7
extern unsigned int try_exec(char *, char **);
6
extern unsigned int try_exec(char *, char **);
8
extern unsigned int try_access(const char *);
-
 
9
 
-
 
10
#endif
7
#endif