[GRASS-SVN] r33400 - grass/branches/develbranch_6/include

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 11 02:57:33 EDT 2008


Author: hamish
Date: 2008-09-11 02:57:33 -0400 (Thu, 11 Sep 2008)
New Revision: 33400

Modified:
   grass/branches/develbranch_6/include/gisdefs.h
Log:
Remove declarations for non-existent LZW functions (merge from trunk)

Modified: grass/branches/develbranch_6/include/gisdefs.h
===================================================================
--- grass/branches/develbranch_6/include/gisdefs.h	2008-09-11 06:46:24 UTC (rev 33399)
+++ grass/branches/develbranch_6/include/gisdefs.h	2008-09-11 06:57:33 UTC (rev 33400)
@@ -762,24 +762,6 @@
 int G_ludcmp(double **, int, int *, double *);
 void G_lubksb(double **, int, int *, double[]);
 
-/* lzw.c */
-unsigned char *lzw_decode(unsigned char *, unsigned int);
-int lzw_expand(int (*)(), int (*)());
-int G_lzw_nof_read_bytes(void);
-int G_lzw_max_used_bits(void);
-void G_lzw_set_bits(int);
-int G_lzw_compress(unsigned char *, unsigned char *, int);
-int G_lzw_expand(unsigned char *, unsigned char *, int);
-int G_lzw_compress_count_only_array(unsigned char *, int);
-int G_lzw_compress_count_only_file(int);
-int G_lzw_write(int, unsigned char *, int);
-int G_lzw_write_noCompress(int, unsigned char *, int);
-int G_lzw_test_status(int);
-int G_lzw_read2(int, unsigned char *, int, int);
-int G_lzw_read(int, unsigned char *, int);
-int G_lzw_transfer_compress(int, int, int);
-int G_lzw_transfer_expand(int, int, int);
-
 /* mach_name.c */
 char *G__machine_name(void);
 



More information about the grass-commit mailing list