#include <sys/cdefs.h>__BEGIN_DECLS// General functionsinte4crypt_enable(constchar*path);inte4crypt_main(intargc,char*argv[]);inte4crypt_change_password(constchar*path,intcrypt_type,constchar*password);inte4crypt_crypto_complete(constchar*path);inte4crypt_check_passwd(constchar*path,constchar*password);inte4crypt_get_password_type(constchar*path);constchar*e4crypt_get_password(constchar*path);inte4crypt_restart(constchar*path);__END_DECLS