summaryrefslogtreecommitdiff
path: root/kerberosIV/roken/simple_exec.h
blob: e22e33423fbc8353462ffbb353ccbd7fdf9ea01b (plain)
1
2
3
4
5
6
7
#ifndef SIMPLE_EXEC_H
#define SIMPLE_EXEC_H

int simple_execvp(const char *file, char *const args[]);
int simple_execlp(const char *file, ...);

#endif