summaryrefslogtreecommitdiffstats
path: root/src/exec.h
blob: a6576144c10c54829f462c52ad606add2c0b3ff9 (plain)
1
2
3
4
5
6
7
8
#ifndef fooexechfoo
#define fooexechfoo

#include "stream.h"

struct stream* stream_exec(const char *args);

#endif