Bump year
[yaz-moved-to-github.git] / client / tabcomplete.h
index 3e3d354..e8e4841 100644 (file)
@@ -1,19 +1,20 @@
 /*
- * Copyright (c) 2002, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tabcomplete.h,v 1.2 2002-01-30 14:51:45 adam Exp $
+ * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 adam Exp $
  */
 
 /* 
    This file contains the compleaters for the different commands.
 */
 
-
 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* default_completer(const char* text, int state);
+char* complete_auto_reconnect(const char *text, int state);
  
 /*
  * Local variables: