2 * Copyright (C) 1995-2007, Index Data ApS
3 * See the file LICENSE for details.
5 * $Id: tabcomplete.h,v 1.8 2007-01-03 08:42:13 adam Exp $
9 This file contains the compleaters for the different commands.
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);
21 * indent-tabs-mode: nil
23 * vim: shiftwidth=4 tabstop=8 expandtab