cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
shell.h
1
/*
2
Copyright (C) 2015- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef SHELL_H
8
#define SHELL_H
9
10
#include "
buffer.h
"
11
12
int
shellcode (
const
char
*cmd,
const
char
*
const
env[],
const
char
*in,
size_t
len,
buffer_t
*Bout,
buffer_t
*Berr,
int
*status);
13
14
#endif
15
16
/* vim: set noexpandtab tabstop=4: */
buffer.h
String Buffer Operations.
buffer
Definition:
buffer.h:26
Generated by
1.8.5