Changed to flush apdu and marc log files a apdu is recived.
[yaz-moved-to-github.git] / client / tabcomplete.h
diff --git a/client/tabcomplete.h b/client/tabcomplete.h
new file mode 100644 (file)
index 0000000..04d1497
--- /dev/null
@@ -0,0 +1,16 @@
+/* 
+   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);
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ */