saslint.h | saslint.h | |||
---|---|---|---|---|
skipping to change at line 121 | skipping to change at line 121 | |||
#else | #else | |||
#define PATHS_DELIMITER ':' | #define PATHS_DELIMITER ':' | |||
#endif | #endif | |||
/* Datatype Definitions */ | /* Datatype Definitions */ | |||
typedef struct { | typedef struct { | |||
const sasl_callback_t *callbacks; | const sasl_callback_t *callbacks; | |||
const char *appname; | const char *appname; | |||
} sasl_global_callbacks_t; | } sasl_global_callbacks_t; | |||
extern sasl_global_callbacks_t global_callbacks; | ||||
typedef struct _sasl_external_properties | typedef struct _sasl_external_properties | |||
{ | { | |||
sasl_ssf_t ssf; | sasl_ssf_t ssf; | |||
char *auth_id; | char *auth_id; | |||
} _sasl_external_properties_t; | } _sasl_external_properties_t; | |||
typedef struct sasl_string_list | typedef struct sasl_string_list | |||
{ | { | |||
const char *d; | const char *d; | |||
struct sasl_string_list *next; | struct sasl_string_list *next; | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |