This file is indexed.

/usr/include/libkakasi.h is in libkakasi2-dev 2.3.6-1+b1.

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
/*
 * libkakasi.h
 * $Id: libkakasi.h,v 1.6 2001-08-27 02:11:56 rug Exp $
 * Copyright (C) 1999
 * NOKUBI Takatsugu <knok@daionet.gr.jp>
 *
 * 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 versions 2, 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 KAKASI, see the file COPYING.  If not, write to the Free
 * Software Foundation Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#ifndef _LIBKAKASI_H
#define _LIBKAKASI_H

#ifndef PARAMS
# if __STDC__ || defined __cplusplus
# define PARAMS(args) args
# else
# define PARAMS(args) ()
# endif
#endif

int kakasi_getopt_argv PARAMS((int argc, char **argv));
char *kakasi_do PARAMS((char *str));
int kakasi_close_kanwadict PARAMS((void));
int kakasi_free PARAMS((char *p));

/*
 * NOTE: these are internal functions. Do not use.
 */
void digest_start_copy();
void put_separator();
void putchars();
void digest_out();
int digest();
void digest_shift();

void setcharbuffer PARAMS((unsigned char *s));
char *getpbstr PARAMS((void));

#endif /* _LIBKAKASI_H */