#define macro_f_account_t_clear(account) \
macro_f_uid_t_clear(account.id_user); \
macro_f_gid_t_clear(account.id_group); \
- macro_f_account_t_clear(account.home); \
- macro_f_account_t_clear(account.label); \
- macro_f_account_t_clear(account.name); \
- macro_f_account_t_clear(account.password); \
- macro_f_account_t_clear(account.shell);
+ macro_f_string_dynamic_t_clear(account.home); \
+ macro_f_string_dynamic_t_clear(account.label); \
+ macro_f_string_dynamic_t_clear(account.name); \
+ macro_f_string_dynamic_t_clear(account.password); \
+ macro_f_string_dynamic_t_clear(account.shell);
#define macro_f_account_t_delete_simple(accounts) f_account_delete(&accounts);
#define macro_f_account_t_destroy_simple(accounts) f_account_destroy(&accounts);