diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2011-10-09 12:33:48 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2011-10-09 12:33:48 +0000 |
commit | 2d91cc4a3b22a1b417ca5f707f137b84262bb4ec (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /inc/cursesview.h | |
parent | 6858221c2c09590dfe05f060f8701f874d2559ac (diff) | |
download | 2011-ddhardrescue-origin/trunk.tar.gz 2011-ddhardrescue-origin/trunk.tar.bz2 2011-ddhardrescue-origin/trunk.zip |
On range tout le code actuel du trunk dans une branche nommée "0.x" et on crée une branche 1.x qui contiendra une nouvelle mouture (re-conception, méta info de packaging...).origin/trunk
git-svn-id: file:///var/svn/2011-ddhardrescue/trunk@29 d3078510-dda0-49f1-841c-895ef4b7ec81
Diffstat (limited to 'inc/cursesview.h')
-rw-r--r-- | inc/cursesview.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/inc/cursesview.h b/inc/cursesview.h deleted file mode 100644 index f4d343a..0000000 --- a/inc/cursesview.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef CURSESVIEW_H -#define CURSESVIEW_H - -#include "slices_evt.h" - -void cursesMainLoop(slices_evt_t *slicesEvt); - -#endif /*CURSESVIEW_H*/ - |