source: mainline/uspace/app/bdsh/exec.h@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 was 88944695, checked in by Tim Post <echo@…>, 17 years ago

More house cleaning, don't expose beyond what's needed

  • Property mode set to 100644
File size: 104 bytes
Line 
1#ifndef EXEC_H
2#define EXEC_H
3
4#include <task.h>
5
6extern unsigned int try_exec(char *, char **);
7#endif
Note: See TracBrowser for help on using the repository browser.