diff src/getidblock.c @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents 3ec5ad97e926
children 6395ced2b8b2
line wrap: on
line diff
--- a/src/getidblock.c	Fri Jan 16 15:31:11 2009 -0800
+++ b/src/getidblock.c	Sat Jan 31 12:12:36 2009 -0800
@@ -4,7 +4,7 @@
 
 static void usage();
 
-int main(int argc, char **argv)
+int main(int argc, char* const* argv)
 {
     // pass the id number to display on the command line
     char *fname, *sid;