aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/mpiosh.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-14 09:55:31 +0000
committercrunchy <crunchy>2002-09-14 09:55:31 +0000
commitb994b5499a4fd50675bc3c772a0c19fa2d4290ac (patch)
tree86cd72a1c8f4d95cd38899d114917facbae0ce0d /mpiosh/mpiosh.h
parent628031051a17756e48b6726ddd477d2fa5692dc2 (diff)
downloadmpiosh-b994b5499a4fd50675bc3c772a0c19fa2d4290ac.tar.gz
mpiosh-b994b5499a4fd50675bc3c772a0c19fa2d4290ac.tar.bz2
mpiosh-b994b5499a4fd50675bc3c772a0c19fa2d4290ac.zip
better handling for SIGINT
Diffstat (limited to 'mpiosh/mpiosh.h')
-rw-r--r--mpiosh/mpiosh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpiosh/mpiosh.h b/mpiosh/mpiosh.h
index c6e8755..944e73d 100644
--- a/mpiosh/mpiosh.h
+++ b/mpiosh/mpiosh.h
@@ -2,7 +2,7 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: mpiosh.h,v 1.3 2002/09/13 15:20:25 crunchy Exp $
+ * $Id: mpiosh.h,v 1.4 2002/09/14 09:55:31 crunchy Exp $
*
* Copyright (C) 2002 Andreas Büsching <crunchy@tzi.de>
*
@@ -46,6 +46,7 @@ void mpiosh_signal_handler(int signal);
void mpiosh_readline_init(void);
char **mpiosh_readline_completion(const char *text, int start, int end);
char *mpiosh_readline_comp_cmd(const char *text, int state);
+int mpiosh_readline_cancel(void);
/* helper functions */
void mpiosh_init(void);