зеркало из https://github.com/mozilla/gecko-dev.git
Moving over from xp library to NSPR
This commit is contained in:
Родитель
ac73d7d88c
Коммит
5ddda9f848
|
@ -253,7 +253,7 @@ NET_StreamBuilder (FO_Present_Types format_out,
|
|||
* are printed out.
|
||||
*/
|
||||
MODULE_PRIVATE char *
|
||||
XP_ListNextPresentationType(Bool first)
|
||||
XP_ListNextPresentationType(PRBool first)
|
||||
{
|
||||
static XP_List * converter_list_ptr;
|
||||
net_ConverterStruct * converter;
|
||||
|
@ -281,7 +281,7 @@ XP_ListNextPresentationType(Bool first)
|
|||
* are printed out.
|
||||
*/
|
||||
MODULE_PRIVATE char *
|
||||
XP_ListNextEncodingType(Bool first)
|
||||
XP_ListNextEncodingType(PRBool first)
|
||||
{
|
||||
static XP_List * decoder_list_ptr;
|
||||
net_ConverterStruct * converter;
|
||||
|
|
Загрузка…
Ссылка в новой задаче