Changeset d828d63 in git for Singular/slInit.h
- Timestamp:
- Aug 2, 2012, 10:29:12 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 0419aba8292e7109329604d8ad03b70f8ef65423
- Parents:
- 85bcd6879cf375abcd839182c40d607f5e1e7884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/slInit.h
r85bcd6 rd828d63 13 13 #include <Singular/silink.h> 14 14 15 #ifdef HAVE_MPSR16 si_link_extension slInitMPFileExtension(si_link_extension s);17 si_link_extension slInitMPTcpExtension(si_link_extension s);18 19 typedef int (*BatchDoProc)(const char* port, const char* host);20 BatchDoProc slInitMPBatchDo();21 #endif // HAVE_MPSR22 23 15 #ifdef HAVE_DBM 24 16 si_link_extension slInitDBMExtension(si_link_extension s);
Note: See TracChangeset
for help on using the changeset viewer.