diff options
Diffstat (limited to 'src/adv.h')
-rw-r--r-- | src/adv.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,5 +19,13 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef __cplusplus +extern "C" { +#endif + void interface_adv(disk_t *disk_car, const int verbose,const int dump_ind, const unsigned int expert, char**current_cmd); int is_part_linux(const partition_t *partition); + +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif |