Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195496
Collapse All | Expand All

(-)cryptsetup-1.0.5.orig/lib/libcryptsetup.h (-1 / +1 lines)
Lines 39-45 Link Here
39
int crypt_resize_device(struct crypt_options *options);
39
int crypt_resize_device(struct crypt_options *options);
40
int crypt_query_device(struct crypt_options *options);
40
int crypt_query_device(struct crypt_options *options);
41
int crypt_remove_device(struct crypt_options *options);
41
int crypt_remove_device(struct crypt_options *options);
42
int crypt_luksInit(struct crypt_options *options);
42
int crypt_luksFormat(struct crypt_options *options);
43
int crypt_luksOpen(struct crypt_options *options);
43
int crypt_luksOpen(struct crypt_options *options);
44
int crypt_luksDelKey(struct crypt_options *options);
44
int crypt_luksDelKey(struct crypt_options *options);
45
int crypt_luksAddKey(struct crypt_options *options);
45
int crypt_luksAddKey(struct crypt_options *options);

Return to bug 195496