aboutsummaryrefslogtreecommitdiffstats
path: root/execute_cmd.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2000-03-17 21:46:59 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commitbb70624e964126b7ac4ff085ba163a9c35ffa18f (patch)
treeba2dd4add13ada94b1899c6d4aca80195b80b74b /execute_cmd.h
parentb72432fdcc59300c6fe7c9d6c8a31ad3447933f5 (diff)
downloadandroid_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.gz
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.bz2
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.zip
Imported from ../bash-2.04.tar.gz.
Diffstat (limited to 'execute_cmd.h')
-rw-r--r--execute_cmd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/execute_cmd.h b/execute_cmd.h
index d233034..f3048be 100644
--- a/execute_cmd.h
+++ b/execute_cmd.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with Bash; see the file COPYING. If not, write to the Free Software
- Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
#if !defined (_EXECUTE_CMD_H_)
#define _EXECUTE_CMD_H_
@@ -33,6 +33,8 @@ extern int shell_execve __P((char *, char **, char **));
extern void setup_async_signals __P((void));
extern void dispose_exec_redirects __P ((void));
+extern int execute_shell_function __P((SHELL_VAR *, WORD_LIST *));
+
#if defined (PROCESS_SUBSTITUTION)
extern void close_all_files __P((void));
#endif