Moving over from xp library to NSPR

This commit is contained in:
scullin 1998-05-19 00:57:15 +00:00
Родитель ac73d7d88c
Коммит 5ddda9f848
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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;