1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

pasta: Push pasta.h header

...I forgot to add this earlier.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-14 13:40:53 +02:00
parent 2e6e29a757
commit 54a65e3693

3
pasta.h Normal file
View File

@ -0,0 +1,3 @@
void pasta_start_ns(struct ctx *c);
void pasta_ns_conf(struct ctx *c);
void pasta_child_handler(int signal);