summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libnetworking/sys/proc.h')
-rw-r--r--c/src/lib/libnetworking/sys/proc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libnetworking/sys/proc.h b/c/src/lib/libnetworking/sys/proc.h
new file mode 100644
index 0000000000..8b8b7dc1b9
--- /dev/null
+++ b/c/src/lib/libnetworking/sys/proc.h
@@ -0,0 +1,6 @@
+/*
+ * Dummy structure
+ */
+struct proc {
+ int this_should_never_be_referenced;
+};