source: git/Singular/slInit.h @ 634dab0

spielwiese
Last change on this file since 634dab0 was 204626, checked in by Hans Schönemann <hannes@…>, 22 years ago
*hannes: code cleanup git-svn-id: file:///usr/local/Singular/svn/trunk@6076 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 885 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 *  Version: $Id: slInit.h,v 1.2 2002-04-26 15:56:18 Singular Exp $
10 *******************************************************************/
11#ifndef SL_INIT_H
12#define SL_INIT_H
13
14#include "silink.h"
15
16#ifdef HAVE_MPSR
17si_link_extension slInitMPFileExtension(si_link_extension s);
18si_link_extension slInitMPTcpExtension(si_link_extension s);
19
20typedef int (*BatchDoProc)(const char* port, const char* host);
21BatchDoProc slInitMPBatchDo();
22#endif // HAVE_MPSR
23
24#ifdef HAVE_DBM
25si_link_extension slInitDBMExtension(si_link_extension s);
26#endif
27
28#endif // SL_INIT_H
Note: See TracBrowser for help on using the repository browser.