revert to old types for now to match definition in include/

This commit is contained in:
alecf%netscape.com 1999-03-10 22:07:45 +00:00
Родитель 3fad618644
Коммит 9a14efc36a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -103,8 +103,8 @@ NET_ScanForURLs(
#ifndef MOZILLA_30
MSG_Pane* pane,
#endif /* !MOZILLA_30 */
const char *input, PRInt32 input_size,
char *output, int output_size, PRBool urls_only)
const char *input, int32 input_size,
char *output, int output_size, XP_Bool urls_only)
{
int col = 0;
const char *cp;