Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
polkit
polkit
Commits
b3f4fe27
Commit
b3f4fe27
authored
Nov 11, 2007
by
David Zeuthen
Browse files
actually include the files with the spawn functions
parent
94ed3ccc
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
src/kit/kit-spawn.c
0 → 100644
View file @
b3f4fe27
This diff is collapsed.
Click to expand it.
src/kit/kit-spawn.h
0 → 100644
View file @
b3f4fe27
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/***************************************************************************
*
* kit-spawn.h : Spawn utilities
*
* Copyright (C) 2007 David Zeuthen, <david@fubar.dk>
*
* Licensed under the Academic Free License version 2.1
*
* This program 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.
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
**************************************************************************/
#if !defined (KIT_COMPILATION) && !defined(_KIT_INSIDE_KIT_H)
#error "Only <kit/kit.h> can be included directly, this file may disappear or change contents."
#endif
#ifndef KIT_SPAWN_H
#define KIT_SPAWN_H
#include <kit/kit.h>
KIT_BEGIN_DECLS
kit_bool_t
kit_spawn_sync
(
const
char
*
working_directory
,
char
**
argv
,
char
**
envp
,
char
*
stdin
,
char
**
stdout
,
char
**
stderr
,
int
*
out_exit_status
);
KIT_END_DECLS
#endif
/* KIT_SPAWN_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment