Autocrypt database schema. More...
#include "config.h"#include <sqlite3.h>#include <stddef.h>#include "private.h"#include "mutt/lib.h"
Include dependency graph for schema.c:Go to the source code of this file.
Functions | |
| int | mutt_autocrypt_schema_init (void) |
| Set up an Autocrypt database. | |
| int | mutt_autocrypt_schema_update (void) |
| Update the version number of the Autocrypt database schema. | |
Autocrypt database schema.
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 schema.c.
| int mutt_autocrypt_schema_init | ( | void | ) |
Set up an Autocrypt database.
| 0 | Success |
| -1 | Error |
Definition at line 41 of file schema.c.
Here is the caller graph for this function:| int mutt_autocrypt_schema_update | ( | void | ) |
Update the version number of the Autocrypt database schema.
| 0 | Success |
| -1 | Error |
Definition at line 107 of file schema.c.
Here is the caller graph for this function: