aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
blob: b817fa9c25e6d6d528ecca3b89cd44e0a7969da3 (plain) (blame)
1
2
3
4
5
6
#ifndef SF_PROCESS_H
#define SF_PROCESS_H

int spawn(char **argv);

#endif /* SF_PROCESS_H */