diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 17:27:21 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2013-05-15 17:27:21 +0200 |
commit | d4c1e0ec98dd42d74eb058c041ece12aa48d2830 (patch) | |
tree | 2fa97c72ff044c3193ff44abc75a1d91bc366932 /src/chgarchn.h | |
parent | e2711613a26a931180264c077339acc1c8887918 (diff) |
split interface_partition_type() into change_arch_type_cli() and change_arch_type_ncurses()
Diffstat (limited to 'src/chgarchn.h')
-rw-r--r-- | src/chgarchn.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/chgarchn.h b/src/chgarchn.h new file mode 100644 index 0000000..1088079 --- /dev/null +++ b/src/chgarchn.h @@ -0,0 +1,31 @@ +/* + + File: chgarchn.h + + Copyright (C) 2007-2013 Christophe GRENIER <grenier@cgsecurity.org> + + 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 __cplusplus +extern "C" { +#endif + +int change_arch_type_ncurses(disk_t *disk_car, const int verbose); + +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif |