7 lines
99 B
C
7 lines
99 B
C
#pragma once
|
|
|
|
struct flow;
|
|
|
|
void exec_cleanup(void);
|
|
void exec_new(char *, struct flow *, void *);
|