Imported Upstream version 3.3.3
[debian/amanda] / oldrecover-src / amrecover.h
index 538c855eab714133526f214e6a0c5af8b28bd624..5e1d9a58262e7b561fa6a87943f9897537a48126 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998, 2000 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -79,6 +80,7 @@ extern void list_host(void);
 extern void set_host(const char *host);
 extern int set_date(char *date);
 extern void set_directory(char *dir);
+extern void local_cd(char *dir);
 extern void cd_glob(char *dir);
 extern void cd_regex(char *dir);
 extern void cd_dir(char *dir, char *default_dir);