~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to src/iapi.c

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: iapi.c 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: iapi.c 8764 2008-05-21 18:27:42Z mvrhel $ */
15
15
 
16
16
/* Public Application Programming Interface to Ghostscript interpreter */
17
17
 
81
81
    minst = gs_main_alloc_instance(mem);
82
82
    mem->gs_lib_ctx->top_of_system = (void*) minst;
83
83
    mem->gs_lib_ctx->caller_handle = caller_handle;
 
84
    mem->gs_lib_ctx->custom_color_callback = NULL;
84
85
    mem->gs_lib_ctx->stdin_fn = NULL;
85
86
    mem->gs_lib_ctx->stdout_fn = NULL;
86
87
    mem->gs_lib_ctx->stderr_fn = NULL;