summaryrefslogtreecommitdiff
path: root/backup.h
diff options
context:
space:
mode:
Diffstat (limited to 'backup.h')
-rw-r--r--backup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backup.h b/backup.h
index a0c1fe9..6d1be66 100644
--- a/backup.h
+++ b/backup.h
@@ -39,4 +39,6 @@ int get_installed_driver_version_and_descr(Options *, char **, char **);
int test_installed_files(Options *op);
int find_installed_file(Options *op, char *filename);
+int log_mkdir(Options *op, const char *dirs);
+
#endif /* __NVIDIA_INSTALLER_BACKUP_H__ */