1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!-- Process this file with docbook-to-man to generate an nroff manual
4     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6     less'.  A typical entry in a Makefile or Makefile.am is:
7
8manpage.1: manpage.sgml
9	docbook-to-man $< > $@
10
11
12	The docbook-to-man binary is found in the docbook-to-man package.
13	Please remember that if you create the nroff version in one of the
14	debian/rules file targets (such as build), you will need to include
15	docbook-to-man in your Build-Depends control field.
16
17  -->
18
19  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20  <!ENTITY dhfirstname "<firstname>UWE</firstname>">
21  <!ENTITY dhsurname   "<surname>STEINMANN</surname>">
22  <!-- Please adjust the date whenever revising the manpage. -->
23  <!ENTITY dhdate      "<date>July 20, 2004</date>">
24  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25       allowed: see man(7), man(1). -->
26  <!ENTITY dhsection   "<manvolnum>3</manvolnum>">
27  <!ENTITY dhemail     "<email>uwe@steinmann.cx</email>">
28  <!ENTITY dhusername  "Uwe Steinmann">
29  <!ENTITY dhucpackage "<refentrytitle>PX_OPEN_BLOB_FP</refentrytitle>">
30  <!ENTITY funcname    "PX_open_blob_fp">
31
32  <!ENTITY debian      "<productname>Debian</productname>">
33  <!ENTITY gnu         "<acronym>GNU</acronym>">
34  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
35]>
36
37<refentry>
38  <refentryinfo>
39    <address>
40      &dhemail;
41    </address>
42    <author>
43      &dhfirstname;
44      &dhsurname;
45    </author>
46    <copyright>
47      <year>2003, 2004</year>
48      <holder>&dhusername;</holder>
49    </copyright>
50    &dhdate;
51  </refentryinfo>
52  <refmeta>
53    &dhucpackage;
54
55    &dhsection;
56  </refmeta>
57  <refnamediv>
58    <refname>&funcname;</refname>
59
60    <refpurpose>Opens Paradox blob file (deprecated)</refpurpose>
61  </refnamediv>
62  <refsynopsisdiv>
63    <para>#include &lt;paradox.h&gt;</para>
64		<para>int &funcname;(pxblob_t *pxblob, FILE *fp)</para>
65  </refsynopsisdiv>
66  <refsect1>
67    <title>DESCRIPTION</title>
68
69    <para>Opens a file containing blobs with was previously opened
70		  with fopen().</para>
71		<para>This function is deprecated. Use
72		  <function>PX_set_blob_file()</function>
73			and <function>PX_get_data_blob()</function>
74			or <function>PX_get_data_graphic</function> instead.
75		  </para>
76
77  </refsect1>
78  <refsect1>
79    <title>RETURN VALUE</title>
80    <para>Returns 0 on success and -1 on failure.</para>
81  </refsect1>
82  <refsect1>
83    <title>SEE ALSO</title>
84
85    <para>PX_open_blob_file(3), PX_new_blob(3)</para>
86
87  </refsect1>
88  <refsect1>
89    <title>AUTHOR</title>
90
91    <para>This manual page was written by &dhusername; &dhemail;.</para>
92
93  </refsect1>
94</refentry>
95
96<!-- Keep this comment at the end of the file
97Local variables:
98mode: sgml
99sgml-omittag:t
100sgml-shorttag:t
101sgml-minimize-attributes:nil
102sgml-always-quote-attributes:t
103sgml-indent-step:2
104sgml-indent-data:t
105sgml-parent-document:nil
106sgml-default-dtd-file:nil
107sgml-exposed-tags:nil
108sgml-local-catalogs:nil
109sgml-local-ecat-files:nil
110End:
111-->
112
113
114