This file is indexed.

/usr/include/singular/singular/Singular/links/slInit.h is in libsingular4-dev-common 1:4.1.0-p3+ds-2build1.

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
/****************************************
*  Computer Algebra System SINGULAR     *
****************************************/
/***************************************************************
 *  File:    slInit.h
 *  Purpose: declarations of link initialization functions
 *  Author:  obachman (Olaf Bachmann)
 *  Created: 12/00
 *******************************************************************/
#ifndef SL_INIT_H
#define SL_INIT_H

#include <Singular/links/silink.h>

#ifdef HAVE_DBM
si_link_extension slInitDBMExtension(si_link_extension s);
#endif
const char* slStatusAscii(si_link l,const  char* request);

#endif // SL_INIT_H