Private Autocrypt Data. More...
Include dependency graph for autocrypt_data.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | AutocryptData |
| Data to pass to the Autocrypt Functions. More... | |
Functions | |
| struct AutocryptData * | autocrypt_data_new (void) |
| Create new Autocrypt Data. | |
| void | autocrypt_data_free (struct Menu *menu, void **ptr) |
| Free Autocrypt Data - Implements Menu::mdata_free() -. | |
| void | account_entry_array_clear (struct AccountEntryArray *entries) |
| Clear an AccountEntry array. | |
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.h.
| struct AutocryptData * autocrypt_data_new | ( | void | ) |
Create new Autocrypt Data.
| ptr | New Autocrypt Data |
Definition at line 40 of file autocrypt_data.c.
Here is the caller graph for this function:| void account_entry_array_clear | ( | struct AccountEntryArray * | entries | ) |
Clear an AccountEntry array.
| entries | Array to clear |
Definition at line 55 of file autocrypt_data.c.
Here is the call graph for this function:
Here is the caller graph for this function: