Prima bozza per le routine dei socket e file rimasto indietro
[gapil.git] / listati / servent.h
diff --git a/listati/servent.h b/listati/servent.h
new file mode 100644 (file)
index 0000000..b810309
--- /dev/null
@@ -0,0 +1,6 @@
+struct servent {
+        char    *s_name;        /* official service name */
+        char    **s_aliases;    /* alias list */
+        int     s_port;         /* port number */
+        char    *s_proto;       /* protocol to use */
+}