Added support for adding tab completions to any command with out a build in
[yaz-moved-to-github.git] / client / tabcomplete.h
index 3e3d354..d1552bf 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2002, Index Data
  * 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.3 2002-06-17 14:57:34 ja7 Exp $
  */
 
 /* 
@@ -14,6 +14,7 @@ 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);
  
 /*
  * Local variables: