From b7fc5e62feba5edb3f67844c87fc8072930ea34b Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 14 May 2011 19:36:36 +0000 Subject: Ajout cursesUninit et debug problème makeWindow (erreur logique pointeurs, changement prototype fonction) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-ddhardrescue/trunk@14 d3078510-dda0-49f1-841c-895ef4b7ec81 --- inc/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/utils.h') 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*/ -- cgit v1.2.3