~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/reference/xml/random.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
 
<refentry id="gnutls-random">
5
 
<refmeta>
6
 
<refentrytitle role="top_of_page" id="gnutls-random.top_of_page">random</refentrytitle>
7
 
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>
9
 
  GNUTLS Library
10
 
</refmiscinfo>
11
 
</refmeta>
12
 
<refnamediv>
13
 
<refname>random</refname>
14
 
<refpurpose></refpurpose>
15
 
</refnamediv>
16
 
 
17
 
<refsynopsisdiv id="gnutls-random.synopsis" role="synopsis">
18
 
<title role="synopsis.title">Synopsis</title>
19
 
 
20
 
<synopsis>extern              int <link linkend="crypto-rnd-prio">crypto_rnd_prio</link>;
21
 
</synopsis>
22
 
</refsynopsisdiv>
23
 
 
24
 
<refsect1 id="gnutls-random.description" role="desc">
25
 
<title role="desc.title">Description</title>
26
 
<para>
27
 
</para>
28
 
</refsect1>
29
 
<refsect1 id="gnutls-random.details" role="details">
30
 
<title role="details.title">Details</title>
31
 
<refsect2 id="crypto-rnd-prio" role="variable">
32
 
<title>crypto_rnd_prio</title>
33
 
<indexterm zone="crypto-rnd-prio"><primary>crypto_rnd_prio</primary></indexterm>
34
 
<programlisting>extern int crypto_rnd_prio;
35
 
</programlisting>
36
 
<para>
37
 
</para></refsect2>
38
 
 
39
 
</refsect1>
40
 
 
41
 
</refentry>