#ifndef _MOCK_SPAWN_COMMAND_H_INCLUDED_ #define _MOCK_SPAWN_COMMAND_H_INCLUDED_ /*++ /* NAME /* mock_spawn_command.h 3h /* SUMMARY /* spawn_command() mocker /* SYNOPSIS /* #include /* DESCRIPTION /* .nf /* * Utility library. */ #include /* * External API. */ typedef struct MOCK_SPAWN_CMD_REQ { struct spawn_args want_args; int out_status; const char *out_text; } MOCK_SPAWN_CMD_REQ; extern void setup_mock_spawn_command(const MOCK_SPAWN_CMD_REQ *); /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* porcupine.org /*--*/ #endif