This file is indexed.

/usr/include/upnp/EventSubscribe.h is in libupnp1.8-dev 1:1.8.2-3.

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
#ifndef EVENTSUBSCRIBE_H
#define EVENTSUBSCRIBE_H


/*!
 * \file
 *
 * \brief UpnpEventSubscribe object declararion.
 *
 * Returned along with a \b UPNP_EVENT_SUBSCRIBE_COMPLETE or
 * \b UPNP_EVENT_UNSUBSCRIBE_COMPLETE callback.
 *
 * \author Marcelo Roberto Jimenez
 */

#define CLASS UpnpEventSubscribe

#define EXPAND_CLASS_MEMBERS(CLASS) \
	EXPAND_CLASS_MEMBER_INT(CLASS, ErrCode, int) \
	EXPAND_CLASS_MEMBER_INT(CLASS, TimeOut, int) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, SID) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, PublisherUrl) \

#include "TemplateInclude.h"


#endif /* EVENTSUBSCRIBE_H */