From 54a65e36931c83c234cafc5a338aad66736422c4 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 14 Oct 2021 13:40:53 +0200 Subject: pasta: Push pasta.h header ...I forgot to add this earlier. Signed-off-by: Stefano Brivio --- pasta.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pasta.h (limited to 'pasta.h') diff --git a/pasta.h b/pasta.h new file mode 100644 index 0000000..bb5b571 --- /dev/null +++ b/pasta.h @@ -0,0 +1,3 @@ +void pasta_start_ns(struct ctx *c); +void pasta_ns_conf(struct ctx *c); +void pasta_child_handler(int signal); -- cgit v1.2.3