This file is indexed.

/usr/include/pilotobjects/pilot-todo.h is in libpilotobjects-dev 0.2.3-1build1.

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
/***************************************************************************
 *            pilot-todo.h
 *
 *  Sun Jan 30 16:07:47 2005
 *  Copyright  2005,2006  Neil Williams
 *  linux@codehelp.co.uk
 ****************************************************************************/
/*
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program 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 General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
/** @addtogroup QOF
	@{ */
/** @addtogroup ToDo Reminders and ToDo lists
@{
*/
/** @file  pilot-todo.h
	@brief QOF ToDo definitions for pilot-link
	@author Copyright (c) 2004,2006 Neil Williams <linux@codehelp.co.uk>
*/

#ifndef _PILOT_TODO_H
#define _PILOT_TODO_H

#include "pi-todo.h"

#define PILOT_LINK_QOF_TODO  "pilot_todo"
#define TODO_LENGTH   "todo_length"
#define TODO_DATE     "date_due"
#define TODO_PRIORITY "todo_priority"
#define TODO_COMPLETE "todo_complete"
#define TODO_DESCRIPTION "todo_description"
#define TODO_NOTE     "todo_note"
#define TODO_CATEGORY "category"
#define TODO_VERSION todo_v1

gboolean ToDoRegister (void);

ToDo_t * todo_get_pilot (QofInstance * inst);

/** @} */
/** @} */
#endif /* _PILOT-TODO_H */