[GRASS-SVN] r33397 - grass/trunk/include

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


Author: glynn
Date: 2008-09-11 02:11:22 -0400 (Thu, 11 Sep 2008)
New Revision: 33397

Modified:
   grass/trunk/include/gisdefs.h
Log:
Remove declarations for non-existent LZW functions


Modified: grass/trunk/include/gisdefs.h
===================================================================
--- grass/trunk/include/gisdefs.h	2008-09-11 05:05:28 UTC (rev 33396)
+++ grass/trunk/include/gisdefs.h	2008-09-11 06:11:22 UTC (rev 33397)
@@ -711,24 +711,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