chiark / gitweb /
Initial revision
[ssr] / StraySrc / SDLS / DLLManager / sh / dll
1 ;
2 ; dll.sh
3 ;
4 ; Handling of DLL data structures
5 ;
6 ; © 1994-1998 Straylight
7 ;
8
9 ;----- Licensing note -------------------------------------------------------
10 ;
11 ; This file is part of Straylight's Dynamic Linking System (SDLS)
12 ;
13 ; SDLS is free software; you can redistribute it and/or modify
14 ; it under the terms of the GNU General Public License as published by
15 ; the Free Software Foundation; either version 2, or (at your option)
16 ; any later version.
17 ;
18 ; SDLS is distributed in the hope that it will be useful,
19 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 ; GNU General Public License for more details.
22 ;
23 ; You should have received a copy of the GNU General Public License
24 ; along with SDLS.  If not, write to the Free Software Foundation,
25 ; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26
27                 IMPORT  dll_find
28                 IMPORT  dll_ensure
29                 IMPORT  dll_check
30                 IMPORT  dll_load
31                 IMPORT  dll_findEntry
32                 IMPORT  dll_appEntry
33                 IMPORT  dll_showInfo
34                 IMPORT  dll_writeTitle
35                 IMPORT  dll_writeInfo
36                 IMPORT  dll_list
37                 IMPORT  dll_convertVersion
38                 IMPORT  dll_field
39                 IMPORT  dll_compare
40                 IMPORT  dll_tentative
41                 IMPORT  dll_confirm
42                 IMPORT  dll_retrace
43                 IMPORT  dll_freeAll
44                 IMPORT  dll_dec
45                 IMPORT  dll_instvars
46                 IMPORT  dll_findWorkspace
47                 IMPORT  dll_convreloc
48                 IMPORT  dll_info
49                 IMPORT  dll_datasize
50
51                 END