~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to agent/mibgroup/utilities/execute.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _MIBGROUP_EXECUTE_H
 
2
#define _MIBGROUP_EXECUTE_H
 
3
 
 
4
config_require(util_funcs)
 
5
 
 
6
int run_shell_command(char *command, char *input,
 
7
                      char *output,  int  *out_len);
 
8
int run_exec_command( char *command, char *input,
 
9
                      char *output,  int  *out_len);
 
10
 
 
11
#endif /* _MIBGROUP_EXECUTE_H */