Added const modifier to some of the BER/ODR encoding routines.
[yaz-moved-to-github.git] / comstack / waislen.c
index aabe69c..8a91cf3 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * Copyright (c) 1995, Index Data.
+ * Copyright (c) 1995-1999, Index Data.
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: waislen.c,v $
- * Revision 1.3  1996-02-29 14:23:13  adam
+ * Revision 1.4  1999-01-08 11:23:15  adam
+ * Added const modifier to some of the BER/ODR encoding routines.
+ *
+ * Revision 1.3  1996/02/29 14:23:13  adam
  * Bug fix.
  *
  * Revision 1.2  1996/02/26  18:34:44  adam
  */
 
 #include <stdio.h>
+#include <comstack.h>
+#include <tcpip.h>
 /*
  * Return length of WAIS package or 0
  */
-int completeWAIS(unsigned char *buf, int len)
+int completeWAIS(const unsigned char *buf, int len)
 {
     int i, lval = 0;