Added extern "C" for XP_ReBuffer().

This commit is contained in:
wtc%netscape.com 1998-12-02 16:52:08 +00:00
Родитель 72e2b91079
Коммит 2a5a031f06
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@ extern "C" XP_Bool ValidateDocData(MWContext *window_id)
}
/* dist/public/xp/xp_linebuf.h */
int XP_ReBuffer (const char *net_buffer, int32 net_buffer_size,
extern "C" int XP_ReBuffer (const char *net_buffer, int32 net_buffer_size,
uint32 desired_buffer_size,
char **bufferP, uint32 *buffer_sizeP,
uint32 *buffer_fpP,

Просмотреть файл

@ -17,7 +17,7 @@ extern "C" XP_Bool ValidateDocData(MWContext *window_id)
}
/* dist/public/xp/xp_linebuf.h */
int XP_ReBuffer (const char *net_buffer, int32 net_buffer_size,
extern "C" int XP_ReBuffer (const char *net_buffer, int32 net_buffer_size,
uint32 desired_buffer_size,
char **bufferP, uint32 *buffer_sizeP,
uint32 *buffer_fpP,