Discourage people from using this header outside of libarchive.

This commit is contained in:
kientzle 2009-12-28 02:17:53 +00:00
parent c28b62ef5f
commit ac6b305380

View File

@ -26,6 +26,10 @@
* $FreeBSD$
*/
#ifndef __LIBARCHIVE_BUILD
#error This header is only to be used internally to libarchive.
#endif
#ifndef ARCHIVE_WRITE_DISK_PRIVATE_H_INCLUDED
#define ARCHIVE_WRITE_DISK_PRIVATE_H_INCLUDED