Split ox functions from gpg.c to ox.c

This commit is contained in:
Michael Vetter
2022-06-29 08:58:38 +02:00
parent 5fabca1e37
commit a40a0f5189
10 changed files with 678 additions and 573 deletions

View File

@@ -46,6 +46,7 @@
#include "config/preferences.h"
#include "event/server_events.h"
#include "pgp/gpg.h"
#include "pgp/ox.h"
#include "plugins/plugins.h"
#include "ui/ui.h"
#include "ui/window_list.h"

View File

@@ -43,7 +43,7 @@
#include "xmpp/connection.h"
#include "xmpp/stanza.h"
#include "xmpp/iq.h"
#include "pgp/gpg.h"
#include "pgp/ox.h"
#ifdef HAVE_LIBGPGME