summaryrefslogtreecommitdiff
path: root/inc/utils.h
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2011-05-14 19:36:36 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2011-05-14 19:36:36 +0000
commitb7fc5e62feba5edb3f67844c87fc8072930ea34b (patch)
treef61007b7b08fd62a024ef7ec486eb6f23c6ea1dd /inc/utils.h
parentc4cf066956da0754d3383e60a6ff9f4e7abc9bca (diff)
download2011-ddhardrescue-b7fc5e62feba5edb3f67844c87fc8072930ea34b.tar.gz
2011-ddhardrescue-b7fc5e62feba5edb3f67844c87fc8072930ea34b.tar.bz2
2011-ddhardrescue-b7fc5e62feba5edb3f67844c87fc8072930ea34b.zip
Ajout cursesUninit et debug problème makeWindow (erreur logique pointeurs, changement prototype fonction)
git-svn-id: file:///var/svn/2011-ddhardrescue/trunk@14 d3078510-dda0-49f1-841c-895ef4b7ec81
Diffstat (limited to 'inc/utils.h')
-rwxr-xr-xinc/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/utils.h b/inc/utils.h
index 0149aaf..8492179 100755
--- a/inc/utils.h
+++ b/inc/utils.h
@@ -12,5 +12,6 @@ struct progArgs {
int parseArgs(int argc, char **argv, struct progArgs *args);
void usage(char *progname);
int cursesInit(WINDOW *wins[], PANEL *panels[], int count);
+void cursesUnInit(WINDOW *wins[], PANEL *panels[], int count);
#endif /*UTILS_H*/