X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;fp=client%2Ftabcomplete.h;h=3e3d354db33b1371c401a0f1c98eb2ddce41c7da;hb=c142c150b731e1dde2a1aef89fb3b326ea88cace;hp=04d149756620c7d86613855d8ad3e0bbad38bfe3;hpb=2984a4a74dbbe7aaf4f07788ae4785041cf6004a;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index 04d1497..3e3d354 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,12 +1,19 @@ +/* + * Copyright (c) 2002, Index Data + * See the file LICENSE for details. + * + * $Id: tabcomplete.h,v 1.2 2002-01-30 14:51:45 adam Exp $ + */ + /* This file contains the compleaters for the different commands. */ -char* complete_querytype(char* text, int state); -char* complete_format(char* text, int state); -char* complete_schema(char* text, int state); -char* complete_attributeset(char* text, int state); +char* complete_querytype(const char* text, int state); +char* complete_format(const char* text, int state); +char* complete_schema(const char* text, int state); +char* complete_attributeset(const char* text, int state); /* * Local variables: