This file is indexed.

/usr/include/vdkb2/vdkb_tooldialog.h is in vdkbuilder2 2.4.0-4.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
/*
vdkb_tooldialog Form
header file: vdkb_tooldialog.h
*/
#ifndef _vdkb_tooldialog_form_h_
#define _vdkb_tooldialog_form_h_
#include <vdk/vdk.h>
// Vdkb_tooldialog FORM  CLASS
class Vdkb_tooldialogForm: public VDKForm
{
 protected:
  VDKString *buttonpix,*buttontip,*buttontext;
// gui object declarations
private:
// vdkbuilder reserved gui construction
	void GUISetup(void);

public:
	Vdkb_tooldialogForm(VDKForm* owner, char* title,
			    VDKString* pix,VDKString* tip,
			    VDKString* text);
	~Vdkb_tooldialogForm();
	void Setup(void);
/*
 gui setup include 
 do not patch below here
*/
#include <vdkb2/vdkb_tooldialog_gui.h>
};
#endif