Bug 5329 - extern C для fdisk_init
Summary: extern C для fdisk_init
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: libfdisk-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 11:35 MSD by Anton Farygin
Modified: 2005-07-13 15:46 MSD (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2004-10-14 11:35:21 MSD
Просьба добавить в libfdisk.h:
#ifdef __cplusplus                                                              
extern "C" {                                                                    
#endif 



#ifdef __cplusplus                                                              
}
#endif 

Для fdisk_init - точно, а все остальное надо проверить.
Comment 1 Anton Farygin 2004-10-14 11:52:10 MSD
Для fdisk_get_partitions тоже.

На самом деле скорее всего нужно extern C указывать для всех функций libfdisk.
Comment 2 Kachalov Anton 2005-04-10 10:34:21 MSD
obsolete