source: git/Singular/links/sing_dbm.h @ 6b288b

spielwiese
Last change on this file since 6b288b was 47367fd, checked in by Hans Schoenemann <hannes@…>, 12 years ago
chg: moved some link stuff to links/*
  • Property mode set to 100644
File size: 356 bytes
Line 
1#ifndef SING_DBM_H
2#define SING_DBM_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT: interface to DBM links
8*/
9
10struct s_si_link_extension;
11typedef struct s_si_link_extension *si_link_extension;
12
13si_link_extension slInitDBMExtension(si_link_extension s);
14#endif
Note: See TracBrowser for help on using the repository browser.