X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-my-client.cpp;h=6ea5fa3177fa33c85968d932f0c12ba9abdbf66a;hb=da1f67a7cfc946f75fc80659b146898f3361f9c8;hp=c31089584a62d24c9ae110e7b361b2d1a9171946;hpb=7411ed6df7fc0b535f83503f73d70e80f390e295;p=yazpp-moved-to-github.git diff --git a/src/yaz-my-client.cpp b/src/yaz-my-client.cpp index c310895..6ea5fa3 100644 --- a/src/yaz-my-client.cpp +++ b/src/yaz-my-client.cpp @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-my-client.cpp,v 1.21 2005-06-25 15:53:19 adam Exp $ + * $Id: yaz-my-client.cpp,v 1.23 2006-03-29 13:14:16 adam Exp $ */ #include @@ -10,9 +10,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include extern "C" { #if HAVE_READLINE_READLINE_H @@ -57,7 +57,7 @@ public: void timeoutNotify(); char *get_cookie (Z_OtherInformation **oi); int processCommand(const char *cmd); - const char *MyClient::getCommand(); + const char *getCommand(); int cmd_open(char *host); int cmd_connect(char *host); int cmd_quit(char *args);