f00b4r
[my-code/ivac.git] / src / inet.h
diff --git a/src/inet.h b/src/inet.h
new file mode 100644 (file)
index 0000000..a8fbe2a
--- /dev/null
@@ -0,0 +1,13 @@
+/* inet.h -- inet headers */
+
+#ifndef INET_H
+#define INET_H
+
+/* variables */
+typedef s_net {
+  int l_fd,c_fd;
+  
+} t_net;
+
+#endif
+