Moved ignore files.
[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.9 2007-04-12 13:52:57 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(const char** completions,
18                          const char *text, int state);
19 /*
20  * Local variables:
21  * c-basic-offset: 4
22  * indent-tabs-mode: nil
23  * End:
24  * vim: shiftwidth=4 tabstop=8 expandtab
25  */
26