This file is indexed.

/usr/include/libgeda/funcs.h is in libgeda-dev 1:1.6.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
extern void (*arc_draw_func)();
extern void (*box_draw_func)();
extern void (*picture_draw_func)();
extern void (*circle_draw_func)();
extern void (*complex_draw_func)();
extern void (*line_draw_func)();
extern void (*net_draw_func)();
extern void (*bus_draw_func)();
extern void (*text_draw_func)();
extern void (*pin_draw_func)();
extern void (*path_draw_func)();
extern void (*select_func)();
extern void (*x_log_update_func)();