aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/global.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2003-06-27 12:21:21 +0000
committercrunchy <crunchy>2003-06-27 12:21:21 +0000
commitc6c22c4fadb3000453389f3ecf471392674adfd1 (patch)
tree8e9b5720b0c8474226dae99decfbd4c82f657d8d /mpiosh/global.h
parent021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a (diff)
downloadmpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.gz
mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.bz2
mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.zip
add backup and restore commands; little bug fix and clean up. Need to be tested! Just give me 5 minutes, please!
Diffstat (limited to 'mpiosh/global.h')
-rw-r--r--mpiosh/global.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mpiosh/global.h b/mpiosh/global.h
index a807c4a..1e52491 100644
--- a/mpiosh/global.h
+++ b/mpiosh/global.h
@@ -2,9 +2,9 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.h,v 1.2 2002/10/29 20:03:35 crunchy Exp $
+ * $Id: global.h,v 1.3 2003/06/27 12:21:22 crunchy Exp $
*
- * Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
+ * Copyright (C) 2001-2003 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -56,6 +56,7 @@ extern int mpiosh_cancel_ack;
extern const char *CONFIG_GLOBAL;
extern const char *CONFIG_USER;
+extern const char *CONFIG_BACKUP;
extern const char *CONFIG_FILE;
extern const char *CONFIG_HISTORY;