Bump year
[yaz-moved-to-github.git] / client / tabcomplete.h
1 /*
2  * Copyright (C) 1995-2005, Index Data ApS
3  * See the file LICENSE for details.
4  *
5  * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 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* default_completer(const char* text, int state);
17 char* complete_auto_reconnect(const char *text, int state);
18  
19 /*
20  * Local variables:
21  * tab-width: 4
22  * c-basic-offset: 4
23  * End:
24  */