summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-09-08 19:20:10 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-09-08 19:20:10 +0000
commit67187fb45aad18d047b81b29a6873f7759748b4e (patch)
tree31950d054b8cf8d6ca2dd9f96fe7603803b66f7d /libgpsd.xml
parent038598b32037b5c21e52ea1fc6f634b46256c2b6 (diff)
downloadgpsd-67187fb45aad18d047b81b29a6873f7759748b4e.tar.gz
Changed name of gpscli_report to gpsd_report and added stub,
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index b184e58a..86f448d5 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -44,7 +44,7 @@ C:
</funcprototype>
<funcprototype>
-<funcdef>void <function>gpscli_report</function></funcdef>
+<funcdef>void <function>gpsd_report</function></funcdef>
<paramdef>int <parameter>d</parameter></paramdef>
<paramdef>const char * <parameter>fmt</parameter></paramdef>
<paramdef><parameter>...</parameter></paramdef>
@@ -153,7 +153,7 @@ ends the session, implicitly performing a
<function>gpsd_deactivate()</function>.</para>
<para>The calling application must define one additional function:
-<function>gpscli_report()</function>.
+<function>gpsd_report()</function>.
The library will use this to ordinary status messages. Use
first argument of 0 for errors, 1 for ordinary status messages,
and 2 or higher for debugging messages.</para>