summaryrefslogtreecommitdiff
path: root/src/engine-spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine-spawn.c')
-rw-r--r--src/engine-spawn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine-spawn.c b/src/engine-spawn.c
index df90cb2..1cd4421 100644
--- a/src/engine-spawn.c
+++ b/src/engine-spawn.c
@@ -14,7 +14,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
@@ -469,6 +469,7 @@ struct engine_ops _gpgme_engine_ops_spawn =
NULL, /* opassuan_transact */
NULL, /* conf_load */
NULL, /* conf_save */
+ NULL, /* query_swdb */
engspawn_set_io_cbs,
engspawn_io_event, /* io_event */
engspawn_cancel, /* cancel */