New OID database - with public definitions in oid_db.h. Removed old OID
[yaz-moved-to-github.git] / client / tabcomplete.h
index e8e4841..8abb9a7 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 adam Exp $
+ * $Id: tabcomplete.h,v 1.9 2007-04-12 13:52:57 adam Exp $
  */
 
 /* 
@@ -13,12 +13,14 @@ 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);
+char *complete_from_list(const 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
  */
+