diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2008-08-24 13:36:34 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2008-08-24 13:36:34 +0200 |
commit | 9a58a494f354766e1bda5ca0f72e0af60f5124de (patch) | |
tree | bfabf63ee6684f79b6f724f2cda5de8b5fadbc76 /src/diskacc.h | |
parent | 05241d82968e9ee7195a424091e733b43d776945 (diff) |
Split the interface in several files
Initial work to handle 24 lines and more than 25
Diffstat (limited to 'src/diskacc.h')
-rw-r--r-- | src/diskacc.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/diskacc.h b/src/diskacc.h new file mode 100644 index 0000000..94bd5ff --- /dev/null +++ b/src/diskacc.h @@ -0,0 +1,23 @@ +/* + + File: diskacc.h + + Copyright (C) 2008 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. + + */ + +int interface_check_disk_access(disk_t *disk_car, char **current_cmd); |