• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

include/pexec.h

Go to the documentation of this file.
00001 /*
00002  *   $Id: pexec.h 38 2010-09-10 10:37:44Z julianthome $
00003  *
00004  *   pam_netns - Linux-PAM module for instantiating session network namespaces
00005  *
00006  *   Copyright (C) 2010 Wilhelm Meier (wilhelm.meier@fh-kl.de)
00007  *
00008  *   This program is free software; you can redistribute it and/or modify it under the terms of
00009  *   the GNU General Public License as published by the Free Software Foundation;
00010  *   either version 3 of the License, or (at your option) any later version.
00011  *
00012  *   This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
00013  *   without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00014  *   See the GNU General Public License for more details.
00015  *
00016  *   You should have received a copy of the GNU General Public License along with this program;
00017  *   if not, see <http://www.gnu.org/licenses/>.
00018  */
00019 
00038 int pexec(const char *cmdpath,
00039           char *const argv[],
00040           int background, const char *input, char *output, size_t noutput);

Generated on Thu Dec 2 2010 13:12:28 for pam_netns by  doxygen 1.7.1