Page MenuHome GnuPG

exechelp.h
No OneTemporary

exechelp.h

/* exechelp.h - fork and exec helpers
* Copyright (C) 2004, 2007 g10 Code GmbH
* Copyright (C) 2015 Intevation GmbH
*
* This file is part of GpgOL.
*
* GpgOL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GpgOL 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#ifndef GPGOL_EXECHELP_H
#define GPGOL_EXECHELP_H
#include <gpg-error.h>
#ifdef __cplusplus
extern "C" {
#if 0
}
#endif
#endif
#define lock_spawn_t HANDLE
gpg_error_t gpgol_lock_spawning (lock_spawn_t *lock);
void gpgol_unlock_spawning (lock_spawn_t *lock);
/* Fork and exec CMDLINE with /dev/null as stdin, stdout and stderr.
Returns 0 on success or an error code. */
gpg_error_t gpgol_spawn_detached (const char *cmdline);
#ifdef __cplusplus
#if 0
{
#endif
}
#endif
#endif /* GPGOL_EXECHELP_H */

File Metadata

Mime Type
text/x-c
Expires
Mon, Dec 23, 4:36 PM (14 h, 40 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c2/d4/d624a1ef5eff6783af77b510f044

Event Timeline