diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-06 23:42:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-06 23:42:50 +0300 |
commit | 32fe5fa541e82c08e054086279079ae5016bd8d8 (patch) | |
tree | b65ae7db7452b4fe94f4b43a7dd2848b823bf332 /src/liblzma/api/lzma/container.h | |
parent | Some API cleanups (diff) | |
download | xz-32fe5fa541e82c08e054086279079ae5016bd8d8.tar.xz |
Comments
Diffstat (limited to 'src/liblzma/api/lzma/container.h')
-rw-r--r-- | src/liblzma/api/lzma/container.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/container.h b/src/liblzma/api/lzma/container.h index 2b719b04..9535ffa9 100644 --- a/src/liblzma/api/lzma/container.h +++ b/src/liblzma/api/lzma/container.h @@ -1,5 +1,5 @@ /** - * \file lzma/FIXME.h + * \file lzma/container.h * \brief File formats * * \author Copyright (C) 1999-2008 Igor Pavlov @@ -255,7 +255,9 @@ extern lzma_ret lzma_auto_decoder( /** * \brief Initializes decoder for LZMA_Alone file * - * The LZMA_Alone decoder supports LZMA_SYNC_FLUSH. FIXME + * Valid `action' arguments to lzma_code() are LZMA_RUN and LZMA_FINISH. + * There is no need to use LZMA_FINISH, but allowing it may simplify + * certain types of applications. * * \return - LZMA_OK * - LZMA_MEM_ERROR |