This file is indexed.

/usr/include/GNUstep/Frameworks/Pantomime.framework/Versions/1.2/Pantomime.h is in libpantomime1.2-dev 1.2.0~pre3+snap20071004+dfsg-4.

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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
**  Pantomime.h
**
**  Copyright (c) 2001-2007
**
**  Author: Ludovic Marcotte <ludovic@Sophos.ca>
**
**  This library is free software; you can redistribute it and/or
**  modify it under the terms of the GNU Lesser General Public
**  License as published by the Free Software Foundation; either
**  version 2.1 of the License, or (at your option) any later version.
**  
**  This library is distributed in the hope that it will be useful,
**  but WITHOUT ANY WARRANTY; without even the implied warranty of
**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
**  Lesser General Public License for more details.
**  
**  You should have received a copy of the GNU Lesser General Public
**  License along with this library; if not, write to the Free Software
**  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _Pantomime_H_Pantomime
#define _Pantomime_H_Pantomime

#import <Foundation/Foundation.h>

#include <Pantomime/CWCacheManager.h>
#include <Pantomime/CWCharset.h>
#include <Pantomime/CWConstants.h>
#include <Pantomime/CWContainer.h>
#include <Pantomime/CWRegEx.h>
#include <Pantomime/CWDNSManager.h>
#include <Pantomime/CWFlags.h>
#include <Pantomime/CWFolder.h>
#include <Pantomime/CWFolderInformation.h>
#include <Pantomime/CWIMAPCacheManager.h>
#include <Pantomime/CWIMAPFolder.h>
#include <Pantomime/CWIMAPMessage.h>
#include <Pantomime/CWIMAPStore.h>
#include <Pantomime/CWInternetAddress.h>
#include <Pantomime/CWISO8859_1.h>
#include <Pantomime/CWISO8859_10.h>
#include <Pantomime/CWISO8859_11.h>
#include <Pantomime/CWISO8859_13.h>
#include <Pantomime/CWISO8859_14.h>
#include <Pantomime/CWISO8859_15.h>
#include <Pantomime/CWISO8859_2.h>
#include <Pantomime/CWISO8859_3.h>
#include <Pantomime/CWISO8859_4.h>
#include <Pantomime/CWISO8859_5.h>
#include <Pantomime/CWISO8859_6.h>
#include <Pantomime/CWISO8859_7.h>
#include <Pantomime/CWISO8859_8.h>
#include <Pantomime/CWISO8859_9.h>
#include <Pantomime/CWKOI8_R.h>
#include <Pantomime/CWKOI8_U.h>
#include <Pantomime/CWLocalCacheManager.h>
#include <Pantomime/CWLocalFolder.h>
#include <Pantomime/CWLocalFolder+maildir.h>
#include <Pantomime/CWLocalFolder+mbox.h>
#include <Pantomime/CWLocalMessage.h>
#include <Pantomime/CWLocalStore.h>
#ifdef MACOSX
#include <Pantomime/CWMacOSXGlue.h>
#endif
#include <Pantomime/CWMD5.h>
#include <Pantomime/CWMessage.h>
#include <Pantomime/CWMIMEMultipart.h>
#include <Pantomime/CWMIMEUtility.h>
#include <Pantomime/NSData+Extensions.h>
#include <Pantomime/NSFileManager+Extensions.h>
#include <Pantomime/NSString+Extensions.h>
#include <Pantomime/CWParser.h>
#include <Pantomime/CWPart.h>
#include <Pantomime/CWPOP3CacheManager.h>
#include <Pantomime/CWPOP3CacheObject.h>
#include <Pantomime/CWPOP3Folder.h>
#include <Pantomime/CWPOP3Message.h>
#include <Pantomime/CWPOP3Store.h>
#include <Pantomime/CWSendmail.h>
#include <Pantomime/CWService.h>
#include <Pantomime/CWSMTP.h>
#include <Pantomime/CWStore.h>
#include <Pantomime/CWTCPConnection.h>
#include <Pantomime/CWTransport.h>
#include <Pantomime/CWUUFile.h>
#include <Pantomime/CWVirtualFolder.h>
#include <Pantomime/CWWINDOWS_1250.h>
#include <Pantomime/CWWINDOWS_1251.h>
#include <Pantomime/CWWINDOWS_1252.h>
#include <Pantomime/CWWINDOWS_1253.h>
#include <Pantomime/CWWINDOWS_1254.h>

#endif // _Pantomime_H_Pantomime