X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fclient.c;h=6be4576c8dd16a2fa6f423598a13ee956c6f796a;hb=1632ffe4788128f6557bbaa9764e92493ae4934c;hp=6cad6d846f2078f1c30e4b61693e392240e131e2;hpb=43a7aff23f364fd3fac6e9746c53cda01be13738;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index 6cad6d8..6be4576 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.295 2005-08-22 20:34:21 adam Exp $ + * $Id: client.c,v 1.296 2005-08-24 11:25:34 heikki Exp $ */ #include @@ -4245,6 +4245,7 @@ static struct { } cmd_array[] = { {"open", cmd_open, "('tcp'|'ssl')':[':'][/]",NULL,0,NULL}, {"quit", cmd_quit, "",NULL,0,NULL}, + {"exit", cmd_quit, "",NULL,0,NULL}, {"find", cmd_find, "",NULL,0,NULL}, {"delete", cmd_delete, "",NULL,0,NULL}, {"base", cmd_base, "",NULL,0,NULL},