Tim Kientzle c48a83413a Add some functions to query basic facts about the library:
archive_version: Returns a text string, e.g., "libarchive 1.00.000"
   archive_api_version: Returns the SHLIB major version
   archive_api_feature: Returns a feature number useful for answering
     questions such as "Is this recent enough to do XXX?"

The last two also have macros defined in archive.h, so you can compare
the compile-time and run-time environments.  (In particular, you can
compare ARCHIVE_API_VERSION to archive_api_version() to detect library
version mismatches.)

With these in hand, it will soon be time to turn on the
shared-library version of libarchive...  stay tuned.
2004-07-24 20:08:26 +00:00
..
2004-05-14 12:19:04 +00:00
2004-07-23 06:01:00 +00:00
2004-07-03 22:30:10 +00:00
2004-07-01 18:20:57 +00:00
2004-07-05 06:59:17 +00:00
2004-07-03 22:30:10 +00:00
2004-07-05 06:39:03 +00:00
2003-08-18 15:25:39 +00:00
2004-07-03 22:30:10 +00:00
2004-07-05 06:53:34 +00:00
2004-07-07 20:25:54 +00:00
2004-06-30 23:58:22 +00:00
2003-08-30 13:57:31 +00:00
2004-07-19 12:20:10 +00:00