Mentioned both levels of API and their mutual exclusiveness

This commit is contained in:
Thomas Schmitt 2010-05-21 13:30:27 +00:00
parent 5ac178ddda
commit d3f770827f
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
API definition of libisoburn.
Lower level API definition of libisoburn.
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net>
@ -18,6 +18,9 @@ The price for that is thorough specialization on data files in ISO-9660
filesystem images. So libisoburn is not suitable for audio (CD-DA) or any
other CD layout which does not entirely consist of ISO-9660 sessions.
Note that there is a higher level of API: xorriso.h. One should not mix it
with the API calls of libisoburn.h, libisofs.h, and libburn.h.
Connector functions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.05.19.160540"
#define Xorriso_timestamP "2010.05.21.132937"