This file is indexed.

/usr/include/upnp/StateVarRequest.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
28
29
30
31
32
33
#ifndef STATEVARREQUEST_H
#define STATEVARREQUEST_H


/*!
 * \file
 *
 * \brief UpnpStateVarRequest object declararion.
 *
 * Represents the request for current value of a state variable in a service
 * state table.
 *
 * \author Marcelo Roberto Jimenez
 */

#include "UpnpInet.h" /* for struct sockaddr_storage */

#define CLASS UpnpStateVarRequest

#define EXPAND_CLASS_MEMBERS(CLASS) \
	EXPAND_CLASS_MEMBER_INT(CLASS, ErrCode, int) \
	EXPAND_CLASS_MEMBER_INT(CLASS, Socket, int) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, ErrStr) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, DevUDN) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, ServiceID) \
	EXPAND_CLASS_MEMBER_STRING(CLASS, StateVarName) \
	EXPAND_CLASS_MEMBER_BUFFER(CLASS, CtrlPtIPAddr, struct sockaddr_storage) \
	EXPAND_CLASS_MEMBER_DOMSTRING(CLASS, CurrentVal) \

#include "TemplateInclude.h"


#endif /* STATEVARREQUEST_H */