Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
117:0a3d854b53f6 | 118:0f1492b7fe8b |
---|---|
2 #include "define.h" | 2 #include "define.h" |
3 #include "libpst.h" | 3 #include "libpst.h" |
4 | 4 |
5 static void usage(); | 5 static void usage(); |
6 | 6 |
7 int main(int argc, char **argv) | 7 int main(int argc, char* const* argv) |
8 { | 8 { |
9 // pass the id number to display on the command line | 9 // pass the id number to display on the command line |
10 char *fname, *sid; | 10 char *fname, *sid; |
11 pst_file pstfile; | 11 pst_file pstfile; |
12 uint64_t id; | 12 uint64_t id; |