From: Milan Broz Date: Tue, 29 Sep 2009 12:31:49 +0000 (+0000) Subject: Export header backup and restore functions. X-Git-Tag: upstream/1.6~707 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ca9cfde593614c5b430a9340127d52c6dacfcaf;p=platform%2Fupstream%2Fcryptsetup.git Export header backup and restore functions. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@120 36d66b0a-2a48-0410-832c-cd162a569da5 --- diff --git a/lib/libcryptsetup.sym b/lib/libcryptsetup.sym index e059a16..eef3bfd 100644 --- a/lib/libcryptsetup.sym +++ b/lib/libcryptsetup.sym @@ -41,6 +41,9 @@ CRYPTSETUP_1.0 { crypt_get_dir; crypt_set_debug_level; + crypt_header_backup; + crypt_header_restore; + crypt_create_device; crypt_update_device; crypt_resize_device;