nsapi.h
to nsapi_pvt.h
. The data structures in nsapi_pvt.h
are now considered to be private data structures, and you should not write code that accesses them directly. Instead, use accessor functions. We expect that very few people have written plugins that access these data structures directly, so this change should have very little impact on existing customer-defined plugins. Look in nsapi_pvt.h
to see which data structures have been removed from the public domain and to see the accessor functions you can use to access them from now on.
Plugins written for Enterprise Server 3.x that access contents of data structures defined in nsapi_pvt.h
will not be source compatible with ES 4.0, that is, it will be necessary to #include "nsapi_pvt.h"
in order to build such plugins from source. There is also a small chance that these programs will not be binary compatible with Enteprise Server 4.0, because some of the data structures in nsapi_pvt.h
have changed size. In particular, the directive
structure is larger, which means that a plugin that indexes through the directives in a dtable
will not work without being rebuilt (with nsapi_pvt.h
included).
We hope that the majority of plugins do not reference the internals of data structures in nsapi_pvt.h
, and therefore that most plugins will be both binary and source compatible with Enterprise Server 4.0.
flex-rotate-init
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
flex-init
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
util_cookie_find
function finds a specific cookie in a cookie string and return its value.
The util_cookie_next
function enumerates all the cookie name-value pairs in a cookie string.
For more information, see the discussion of util_cookie_find
and util_cookie_next
in Chapter 5, "NSAPI Function Reference" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
ssl-check
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
add-header
and add-footer
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
cache-init
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
cache-init
in Chapter 3, "Directives and Their Predefined SAFs" in the "NSAPI Programmer's Guide" at
http://developer.netscape.com/docs/manuals/enterprise/4.0/nsapi/index.htm
Last Updated: 08/12/99 12:35:19
Copyright ©1999 Netscape Communications Corp. All rights reserved.