* Copyright (c) 1995-2002, Index Data
* See the file LICENSE for details.
*
- * $Id: client.c,v 1.139 2002-01-30 14:51:45 adam Exp $
+ * $Id: client.c,v 1.140 2002-01-30 22:02:03 adam Exp $
*/
#include <stdio.h>
char *command_generator(const char *text, int state)
{
static idx; // index is the last used the last time command_generator was called
- char *command;
if (state==0) {
idx = 0;
}
* Copyright (c) 2002, Index Data
* See the file LICENSE for details.
*
- * $Id: tabcomplete.c,v 1.2 2002-01-30 14:51:45 adam Exp $
+ * $Id: tabcomplete.c,v 1.3 2002-01-30 22:02:03 adam Exp $
*/
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
#include <yaz/oid.h>
#include "tabcomplete.h"
# makefile.mak - makefile for MS NMAKE
-# $Id: makefile,v 1.31 2001-12-30 22:21:11 adam Exp $
+# $Id: makefile,v 1.32 2002-01-30 22:02:03 adam Exp $
#
# Programmed by
# HL: Heikki Levanto, Index Data
YAZ_CLIENT_OBJS= \
$(OBJDIR)\client.obj \
+ $(OBJDIR)\tabcomplete.obj \
$(OBJDIR)\admin.obj
YAZ_ZOOMSH_OBJS = \
###########################################################
#
# $Log: makefile,v $
-# Revision 1.31 2001-12-30 22:21:11 adam
+# Revision 1.32 2002-01-30 22:02:03 adam
+# WIN32 updates for YAZ client.
+#
+# Revision 1.31 2001/12/30 22:21:11 adam
# Scan for ZOOM.
#
# Revision 1.30 2001/10/28 23:28:26 adam