File: api.xml

package info (click to toggle)
opensc 0.11.1-2etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,284 kB
  • ctags: 7,257
  • sloc: ansic: 69,499; sh: 9,480; xml: 4,191; makefile: 346; lex: 92; perl: 25
file content (18 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
                      "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!ENTITY includes "#include &lt;opensc.h&gt;">

]>

<book xmlns:xi="http://www.w3.org/2001/XInclude">
	<title>OpenSC API reference</title>
	<xi:include href="init/chapter.xml"/>
	<xi:include href="card/chapter.xml"/>
	<xi:include href="file/chapter.xml"/>
	<xi:include href="apps/chapter.xml"/>
	<xi:include href="asn1/chapter.xml"/>
	<xi:include href="util/chapter.xml"/>
	<xi:include href="types/chapter.xml"/>
</book>