diff options
author | Christophe Grenier <[email protected]> | 2008-08-24 13:36:34 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2008-08-24 13:36:34 +0200 |
commit | 9a58a494f354766e1bda5ca0f72e0af60f5124de (patch) | |
tree | bfabf63ee6684f79b6f724f2cda5de8b5fadbc76 /src/tload.h | |
parent | 05241d82968e9ee7195a424091e733b43d776945 (diff) |
Split the interface in several files
Initial work to handle 24 lines and more than 25
Diffstat (limited to 'src/tload.h')
-rw-r--r-- | src/tload.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/tload.h b/src/tload.h new file mode 100644 index 00000000..4d2d7969 --- /dev/null +++ b/src/tload.h @@ -0,0 +1,24 @@ +/* + + File: tload.h + + Copyright (C) 2008 Christophe GRENIER <[email protected]> + + This software is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + */ +#ifdef HAVE_NCURSES +list_part_t *interface_load(disk_t *disk_car,list_part_t *list_part, const int verbose); +#endif |