YAZ client features: Command completion and new commands: push_command,
[yaz-moved-to-github.git] / client / tabcomplete.h
1 /*
2  * Copyright (c) 2002, Index Data
3  * See the file LICENSE for details.
4  *
5  * $Id: tabcomplete.h,v 1.2 2002-01-30 14:51:45 adam Exp $
6  */
7
8 /* 
9    This file contains the compleaters for the different commands.
10 */
11
12
13 char* complete_querytype(const char* text, int state);
14 char* complete_format(const char* text, int state);
15 char* complete_schema(const char* text, int state);
16 char* complete_attributeset(const char* text, int state);
17  
18 /*
19  * Local variables:
20  * tab-width: 4
21  * c-basic-offset: 4
22  * End:
23  */