зеркало из https://github.com/mozilla/pjs.git
revert to old types for now to match definition in include/
This commit is contained in:
Родитель
3fad618644
Коммит
9a14efc36a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче