X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomsh.c;h=74cb3139e64402203428975ed9e7163483665845;hp=af47ecd957a508a0e094bea231f951a223569986;hb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6;hpb=a159d35487ce391123e8e82274fd2ee95055c3a6 diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index af47ecd..74cb313 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.27 2004-02-23 09:26:11 adam Exp $ + * $Id: zoomsh.c,v 1.28 2004-04-28 22:45:00 adam Exp $ */ /* ZOOM-C Shell */ @@ -12,6 +12,8 @@ #include #include +#include + #if HAVE_READLINE_READLINE_H #include #endif @@ -28,6 +30,13 @@ #define MAX_CON 100 +#if 0 +static void dummy() +{ + cs_get_ssl(0); +} +#endif + static int next_token (const char **cpp, const char **t_start) { int len = 0; @@ -547,6 +556,12 @@ int main (int argc, char **argv) ZOOM_connection z39_con[MAX_CON]; ZOOM_resultset z39_res[MAX_CON]; + if (0) + { + COMSTACK cs = 0; + cs_get_ssl(cs); + cs_create_host(0, 0, 0); + } nmem_init(); for (i = 0; i