~ubuntu-branches/ubuntu/trusty/gnutls26/trusty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-04-22 19:29:52 UTC
  • mto: (12.4.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100422192952-gbj6cvaan8e4ejck
Tags: upstream-2.9.10
ImportĀ upstreamĀ versionĀ 2.9.10

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>GNUTLS Library</refmiscinfo>
9
 
</refmeta>
10
 
 
11
 
<refnamediv>
12
 
<refname>random</refname>
13
 
<refpurpose></refpurpose>
14
 
</refnamediv>
15
 
 
16
 
<refsynopsisdiv id="gnutls-random.synopsis" role="synopsis">
17
 
<title role="synopsis.title">Synopsis</title>
18
 
 
19
 
<synopsis>
20
 
extern              int <link linkend="crypto-rnd-prio">crypto_rnd_prio</link>;
21
 
</synopsis>
22
 
</refsynopsisdiv>
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
<refsect1 id="gnutls-random.description" role="desc">
33
 
<title role="desc.title">Description</title>
34
 
<para>
35
 
</para>
36
 
</refsect1>
37
 
 
38
 
<refsect1 id="gnutls-random.details" role="details">
39
 
<title role="details.title">Details</title>
40
 
<refsect2 id="crypto-rnd-prio" role="variable">
41
 
<title>crypto_rnd_prio</title>
42
 
<indexterm zone="crypto-rnd-prio"><primary sortas="crypto_rnd_prio">crypto_rnd_prio</primary></indexterm><programlisting>extern int crypto_rnd_prio;
43
 
</programlisting>
44
 
<para>
45
 
</para></refsect2>
46
 
 
47
 
</refsect1>
48
 
 
49
 
 
50
 
 
51
 
 
52
 
</refentry>