f7e0707c341ca029c5b7881e5ed5b6bb25715ea4
[yaz-moved-to-github.git] / client / tabcomplete.h
1 /*
2  * Copyright (C) 1995-2007, Index Data ApS
3  * See the file LICENSE for details.
4  *
5  * $Id: tabcomplete.h,v 1.8 2007-01-03 08:42:13 adam Exp $
6  */
7
8 /* 
9    This file contains the compleaters for the different commands.
10 */
11
12 char* complete_querytype(const char* text, int state);
13 char* complete_format(const char* text, int state);
14 char* complete_schema(const char* text, int state);
15 char* complete_attributeset(const char* text, int state);
16 char* complete_auto_reconnect(const char *text, int state);
17 char *complete_from_list(char* completions[], const char *text, int state);
18 /*
19  * Local variables:
20  * c-basic-offset: 4
21  * indent-tabs-mode: nil
22  * End:
23  * vim: shiftwidth=4 tabstop=8 expandtab
24  */
25