X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=8abb9a7450cda7580c0e4360ebf6506f6de062d2;hb=ad3b14dd33d6ce41c79e3b39d176b4a18dff42fb;hp=f7e0707c341ca029c5b7881e5ed5b6bb25715ea4;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index f7e0707..8abb9a7 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.8 2007-01-03 08:42:13 adam Exp $ + * $Id: tabcomplete.h,v 1.9 2007-04-12 13:52:57 adam Exp $ */ /* @@ -14,7 +14,8 @@ char* complete_format(const char* text, int state); char* complete_schema(const char* text, int state); char* complete_attributeset(const char* text, int state); char* complete_auto_reconnect(const char *text, int state); -char *complete_from_list(char* completions[], const char *text, int state); +char *complete_from_list(const char** completions, + const char *text, int state); /* * Local variables: * c-basic-offset: 4