aboutgitcodebugslistschat
path: root/pasta.h
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-14 13:40:53 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-14 13:40:53 +0200
commit54a65e36931c83c234cafc5a338aad66736422c4 (patch)
treeb346095fca7a0f7f39b4797252ce324dce17a24a /pasta.h
parent2e6e29a7577a45c2723080d2acd1621df6402831 (diff)
downloadpasst-54a65e36931c83c234cafc5a338aad66736422c4.tar
passt-54a65e36931c83c234cafc5a338aad66736422c4.tar.gz
passt-54a65e36931c83c234cafc5a338aad66736422c4.tar.bz2
passt-54a65e36931c83c234cafc5a338aad66736422c4.tar.lz
passt-54a65e36931c83c234cafc5a338aad66736422c4.tar.xz
passt-54a65e36931c83c234cafc5a338aad66736422c4.tar.zst
passt-54a65e36931c83c234cafc5a338aad66736422c4.zip
pasta: Push pasta.h header
...I forgot to add this earlier. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'pasta.h')
-rw-r--r--pasta.h3
1 files changed, 3 insertions, 0 deletions
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);