aboutgitcodelistschat:MatrixIRC
path: root/seitan-cooker/calls/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'seitan-cooker/calls/net.h')
-rw-r--r--seitan-cooker/calls/net.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/seitan-cooker/calls/net.h b/seitan-cooker/calls/net.h
new file mode 100644
index 0000000..105bf4a
--- /dev/null
+++ b/seitan-cooker/calls/net.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
+#ifndef CALLS_NET_H
+#define CALLS_NET_H
+
+extern struct call syscalls_net[];
+
+#endif /* CALLS_NET_H */