Private Autocrypt Data. More...
Go to the source code of this file.
Functions | |
struct AutocryptData * | autocrypt_data_new (void) |
Create new Autocrypt Data. | |
void | account_entry_array_clear (struct AccountEntryArray *entries) |
Clear an AccountEntry array. | |
void | autocrypt_data_free (struct Menu *menu, void **ptr) |
Free Autocrypt Data - Implements Menu::mdata_free() -. | |
Private Autocrypt Data.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file autocrypt_data.c.
struct AutocryptData * autocrypt_data_new | ( | void | ) |
Create new Autocrypt Data.
ptr | New Autocrypt Data |
Definition at line 38 of file autocrypt_data.c.
void account_entry_array_clear | ( | struct AccountEntryArray * | entries | ) |
Clear an AccountEntry array.
entries | Array to clear |
Definition at line 53 of file autocrypt_data.c.