Subversion Repositories Kolibri OS

Rev

Rev 9027 | Rev 9715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9027 Rev 9029
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9027 $
8
$Revision: 9029 $
9
 
9
 
10
 
10
 
11
; @brief Unpack LZMA-compressed data. C-style declaration of the function.
11
; @brief Unpack LZMA-compressed data. C-style declaration of the function.
12
;
12
;
13
; ```void __stdcall unpack(void* packed_data, void* unpacked_data);```
13
; ```void __stdcall unpack(void *packed_data, void *unpacked_data);```
14
;
14
;
15
; @param packed_data Data to unpack
15
; @param packed_data Data to unpack