#define the lengths of the string constants, and use this instead of

PL_strlen()
This commit is contained in:
sspitzer%netscape.com 1999-05-04 03:02:18 +00:00
Родитель 72a54c5fb1
Коммит e1fc414b66
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -25,6 +25,9 @@
static const char kNewsRootURI[] = "news:/";
static const char kNewsMessageRootURI[] = "news_message:/";
#define kNewsRootURILen 6
#define kNewsMessageRootURILen 14
extern nsresult
nsGetNewsRoot(const char* hostname, nsFileSpec &result);