source: ghostscript/vendor/current/psi/gsdll2.def@ 651

Last change on this file since 651 was 651, checked in by Silvan Scherrer, 12 years ago

ghostscript: initial import

File size: 422 bytes
Line 
1LIBRARY GSDLL2 INITINSTANCE TERMINSTANCE
2DESCRIPTION 'Ghostscript DLL'
3DATA MULTIPLE NONSHARED
4EXPORTS
5 gsapi_revision
6 gsapi_new_instance
7 gsapi_delete_instance
8 gsapi_init_with_args
9 gsapi_run_string_begin
10 gsapi_run_string_continue
11 gsapi_run_string_end
12 gsapi_run_string_with_length
13 gsapi_run_string
14 gsapi_run_file
15 gsapi_exit
16 gsapi_set_stdio
17 gsapi_set_poll
18 gsapi_set_display_callback
Note: See TracBrowser for help on using the repository browser.