This file is indexed.

/usr/share/doc/tcl-snack-doc/html/SnackLib.html is in tcl-snack-doc 2.2.10.20090623-dfsg-6.

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
<!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.72 [en] (X11; U; Linux 2.2.14-5.0 i686) [Netscape]">
   <meta name="Author" content="Kåre Sjölander">
   <title>Snack library</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FE0000">

<center>
<h1>
<font face="Arial,Helvetica">Snack library functions</font></h1></center>
<tt>This is the public API of Snack to be used by C/C++-level extensions.
The functions are contained in Snack's stub library, libsnackstub2.1.a
(unix), snackstub21.lib (win). Linking with this will make your extension
usable with different versions of Snack without recompilation.</tt><tt></tt>
<p><tt><a href="Callback.html">Snack_AddCallback</a></tt><tt></tt>
<p><tt><a href="AddSubCmd.html">Snack_AddSubCmd</a></tt><tt></tt>
<p><tt><a href="SampConv.html">Snack_Alaw2Lin</a></tt><tt></tt>
<p><tt><a href="CreateFilter.html">Snack_CreateFilterType</a></tt><tt></tt>
<p><tt><a href="FileFormat.html">Snack_CreateFileFormat</a></tt><tt></tt>
<p><tt><a href="SoundObj.html">Snack_DeleteSound</a></tt><tt></tt>
<p><tt><a href="Callback.html">Snack_ExecCallbacks</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetBytesPerSample</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetFrequency</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetLength</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetNumChannels</a></tt><tt></tt>
<p><tt><a href="SoundSamp.html">Snack_GetSample</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetSampleFormat</a></tt><tt></tt>
<p><tt><a href="SoundObj.html">Snack_GetSound</a></tt><tt></tt>
<p><tt><a href="SoundData.html">Snack_GetSoundData</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_GetSoundFilename</a></tt><tt></tt>
<p><tt><a href="SampConv.html">Snack_Lin2Alaw</a></tt><tt></tt>
<p><tt><a href="SampConv.html">Snack_Lin2Mulaw</a></tt><tt></tt>
<p><tt><a href="SampConv.html">Snack_Mulaw2Lin</a></tt><tt></tt>
<p><tt><a href="SoundObj.html">Snack_NewSound</a></tt><tt></tt>
<p><tt><a href="SoundData.html">Snack_PutSoundData</a></tt><tt></tt>
<p><tt><a href="Callback.html">Snack_RemoveCallback</a></tt><tt></tt>
<p><tt><a href="SoundObj.html">Snack_ResizeSoundStorage</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetBytesPerSample</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetFrequency</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetHeaderSize</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetLength</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetNumChannels</a></tt><tt></tt>
<p><tt><a href="SoundSamp.html">Snack_SetSample</a></tt><tt></tt>
<p><tt><a href="SoundProp.html">Snack_SetSampleFormat</a></tt><tt></tt>
<p><tt><a href="SampConv.html">Snack_SwapShort</a></tt><tt></tt>
<p><tt><a href="SoundObj.html">Snack_UpdateExtremes</a></tt><tt></tt>
<p>
<hr WIDTH="100%">
<p><b><font face="Arial,Helvetica"><font size=-1><a href="index.html">Snack
home</a></font></font></b>
</body>
</html>