This file is indexed.

/usr/share/doc/openslp-doc/html/ProgrammersGuide/SLPRegReport.html is in openslp-doc 1.2.1-11.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.2.14 i686) [Netscape]">
   <title>OpenSLP Programmers Guide - SLPRegReport Callback</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">

<h2>
SLPRegReport</h2>

<h2>

<hr WIDTH="100%"></h2>

<h3>
Declaration</h3>
<tt>typedef void SLPRegReport(<a href="SLPTypes.html#SLPHandle">SLPHandle</a><a href="#hslp">hslp</a>,
<a href="SLPTypes.html#SLPError">SLPError</a>
errcode, void* cookie)</tt>
<br>&nbsp;
<h3>
Description</h3>
The SLPRegReport callback type is used as the type for the callback function
that is passed in to the <a href="SLPReg.html">SLPReg()</a>, <a href="SLPDereg.html">SLPDeReg()</a>
and <a href="SLPDelAttrs.html">SLPDelAttrs()</a> functions.
<br>&nbsp;
<h3>
Parameters</h3>

<table CELLPADDING=5 NOSAVE >
<tr VALIGN=TOP NOSAVE>
<td><a NAME="hslp"></a>hslp</td>

<td NOSAVE>The SLPHandle that was used to initiate the operation.</td>
</tr>

<tr VALIGN=TOP NOSAVE>
<td><a NAME="errcode"></a>errcode</td>

<td NOSAVE>An error code indicating if an error occurred during the operation.</td>
</tr>

<tr VALIGN=TOP NOSAVE>
<td NOSAVE><a NAME="cookie"></a>cookie</td>

<td NOSAVE>Pointer to the same memory that was passed into the initiating
function call.</td>
</tr>

<caption ALIGN=BOTTOM>&nbsp;</caption>
</table>

<h3>
Returns</h3>
None
<br>&nbsp;
<h3>
Status</h3>

<table CELLPADDING=5 NOSAVE >
<tr VALIGN=TOP NOSAVE>
<td NOSAVE>OpenSLP 0.6.0</td>

<td NOSAVE>SLPRegReport() callbacks are called as specified by RFC 2614.&nbsp;</td>
</tr>
</table>

<h3>
See Also</h3>
<a href="Callbacks.html">Callbacks</a>
<br>&nbsp;
</body>
</html>