PreviousUpNext

15.3.521  src/lib/std/src/socket/net-service-db.api

## net-service-db.api

# Compiled by:
#     src/lib/std/src/standard-core.sublib



api Net_Service_Db {

    Entry;

    name:      Entry -> String;
    aliases:   Entry -> List( String );
    port:      Entry -> Int;
    protocol:  Entry -> String;

    get_by_name:  ((String, Null_Or( String )) ) -> Null_Or( Entry );
    get_by_port:  ((Int, Null_Or( String ))) -> Null_Or( Entry );
};



## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2011,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext