Changed to flush apdu and marc log files a apdu is recived.
[yaz-moved-to-github.git] / client / tabcomplete.h
1 /* 
2    This file contains the compleaters for the different commands.
3 */
4
5
6 char* complete_querytype(char* text, int state);
7 char* complete_format(char* text, int state);
8 char* complete_schema(char* text, int state);
9 char* complete_attributeset(char* text, int state);
10  
11 /*
12  * Local variables:
13  * tab-width: 4
14  * c-basic-offset: 4
15  * End:
16  */