/* Public domain */ typedef struct session { struct cgi_session _inherit; } Session; __BEGIN_DECLS extern CGI_SessionOps sessionOps; __END_DECLS