YAZ client features: Command completion and new commands: push_command,
[yaz-moved-to-github.git] / client / tabcomplete.h
index 04d1497..3e3d354 100644 (file)
@@ -1,12 +1,19 @@
+/*
+ * 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 $
+ */
+
 /* 
    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);
  
 /*
  * Local variables: