This file is indexed.

/usr/include/GNUstep/Frameworks/Addresses.framework/Versions/0/ADPListConverter.h is in libaddresses-dev 0.4.8-2+b2.

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
// ADPListConverter.h (this is -*- ObjC -*-)
// 
// \author: Björn Giesler <giesler@ira.uka.de>
// 
// Address Book Framework for GNUstep
// 

#import <Addresses/ADConverter.h>

@interface ADPListConverter: NSObject<ADInputConverting>
{
  BOOL _done;
  id _plist;
}
- initForInput;
- (BOOL) useString: (NSString*) str;
- (ADRecord*) nextRecord;
@end