From c6c22c4fadb3000453389f3ecf471392674adfd1 Mon Sep 17 00:00:00 2001 From: crunchy Date: Fri, 27 Jun 2003 12:21:21 +0000 Subject: add backup and restore commands; little bug fix and clean up. Need to be tested! Just give me 5 minutes, please! --- mpiosh/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mpiosh/config.h') diff --git a/mpiosh/config.h b/mpiosh/config.h index c7924d4..81c88e1 100644 --- a/mpiosh/config.h +++ b/mpiosh/config.h @@ -2,7 +2,7 @@ * * Author: Andreas Buesching * - * $Id: config.h,v 1.3 2003/04/19 09:32:48 germeier Exp $ + * $Id: config.h,v 1.4 2003/06/27 12:21:21 crunchy Exp $ * * Copyright (C) 2001 Andreas Büsching * @@ -47,6 +47,9 @@ const char *mpiosh_config_read_key(struct mpiosh_config_t *config, int mpiosh_config_read(struct mpiosh_config_t *config); int mpiosh_config_write(struct mpiosh_config_t *config); +int mpiosh_config_check_backup_dir( struct mpiosh_config_t *config, + int create ); + #endif /* end of config.h */ -- cgit v1.2.3