This file is indexed.

/usr/include/openct/server.h is in libopenct1-dev 0.6.20-1.2.

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
/*
 * Server side functionality
 *
 * Copyright (C) 2003, Olaf Kirch <okir@suse.de>
 */

#ifndef OPENCT_SERVER_H
#define OPENCT_SERVER_H

#ifdef __cplusplus
extern "C" {
#endif

#include <sys/poll.h>

extern void	ct_mainloop_add_socket(ct_socket_t *);
extern void	ct_mainloop(void);
extern void	ct_mainloop_leave(void);

#ifdef __cplusplus
}
#endif

#endif /* OPENCT_SERVER_H */