summaryrefslogtreecommitdiffstats
path: root/sbin/restore/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/extern.h')
-rw-r--r--sbin/restore/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h
index 9edf6f9..603a561 100644
--- a/sbin/restore/extern.h
+++ b/sbin/restore/extern.h
@@ -81,9 +81,9 @@ void removeoldleaves(void);
void removeoldnodes(void);
void renameit(char *, char *);
int reply(char *);
-RST_DIR *rst_opendir(const char *);
+void *rst_opendir(const char *);
struct direct *rst_readdir(RST_DIR *);
-void rst_closedir(RST_DIR *dirp);
+void rst_closedir(void *);
void runcmdshell(void);
char *savename(char *);
void setdirmodes(int);
OpenPOWER on IntegriCloud