/* ssap.h - include file for session users (SS-USER) *//* * isode/h/ssap.h *//* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */#ifndef _SSAP_#define _SSAP_#ifndef _MANIFEST_#include"manifest.h"#endif#ifndef _GENERAL_#include"general.h"#endif#ifndef _ISOADDRS_#include"isoaddrs.h"#endif/* */struct SSAPactid {/* Activity Identifier */#define SID_DATA_SIZE 6
u_char sd_len;char sd_data[SID_DATA_SIZE];