20 lines
643 B
XML
20 lines
643 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE programlisting PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
]>
|
|
<!-- Automatically generated file. Do not edit. -->
|
|
<programlisting language="C">
|
|
// NSPR include files
|
|
#include <prerror.h>
|
|
#include <prinit.h>
|
|
|
|
// NSS include files
|
|
#include <nss.h>
|
|
#include <pk11pub.h>
|
|
#include <secmod.h>
|
|
#include <ssl.h>
|
|
#include <sslproto.h>
|
|
|
|
// Private API, no other way to turn a POSIX file descriptor into an
|
|
// NSPR handle.
|
|
NSPR_API(PRFileDesc*) PR_ImportTCPSocket(int);
|
|
</programlisting>
|