source: git/Singular/links/slInit.h @ dcd92d

spielwiese
Last change on this file since dcd92d was 4da485, checked in by Hans Schoenemann <hannes@…>, 11 years ago
chg: only external interface to links is links/silink.h
  • Property mode set to 100644
File size: 634 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    slInit.h
6 *  Purpose: declarations of link initialization functions
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
9 *******************************************************************/
10#ifndef SL_INIT_H
11#define SL_INIT_H
12
13#include <Singular/links/silink.h>
14
15#ifdef HAVE_DBM
16si_link_extension slInitDBMExtension(si_link_extension s);
17#endif
18const char* slStatusAscii(si_link l,const  char* request);
19
20#endif // SL_INIT_H
Note: See TracBrowser for help on using the repository browser.