Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / servent.h
1 struct servent {
2         char    *s_name;        /* official service name */
3         char    **s_aliases;    /* alias list */
4         int     s_port;         /* port number */
5         char    *s_proto;       /* protocol to use */
6 }