00001 /* 00002 Copyright (C) 2015- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef SHELL_H 00008 #define SHELL_H 00009 00010 #include "buffer.h" 00011 00012 int shellcode (const char *cmd, const char * const env[], const char *in, size_t len, buffer_t *Bout, buffer_t *Berr, int *status); 00013 00014 #endif 00015 00016 /* vim: set noexpandtab tabstop=4: */