Ignore zoomst10
[yaz-moved-to-github.git] / client / tabcomplete.h
index 04d1497..62ba0e6 100644 (file)
@@ -1,16 +1,25 @@
+/*
+ * Copyright (C) 1995-2006, Index Data ApS
+ * See the file LICENSE for details.
+ *
+ * $Id: tabcomplete.h,v 1.7 2006-05-07 20:57:26 adam Exp $
+ */
+
 /* 
    This file contains the compleaters for the different commands.
 */
 
-
-char* complete_querytype(char* text, int state);
-char* complete_format(char* text, int state);
-char* complete_schema(char* text, int state);
-char* complete_attributeset(char* text, int state);
+char* complete_querytype(const char* text, int state);
+char* complete_format(const char* text, int state);
+char* complete_schema(const char* text, int state);
+char* complete_attributeset(const char* text, int state);
+char* complete_auto_reconnect(const char *text, int state);
+char *complete_from_list(char* completions[], const char *text, int state);
 /*
  * Local variables:
- * tab-width: 4
  * c-basic-offset: 4
+ * indent-tabs-mode: nil
  * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
  */
+