dict-sql-private.h (dovecot-2.3.16) | : | dict-sql-private.h (dovecot-2.3.17) | ||
---|---|---|---|---|
#ifndef DICT_SQL_PRIVATE_H | #ifndef DICT_SQL_PRIVATE_H | |||
#define DICT_SQL_PRIVATE_H 1 | #define DICT_SQL_PRIVATE_H 1 | |||
struct sql_dict { | struct sql_dict { | |||
struct dict dict; | struct dict dict; | |||
pool_t pool; | pool_t pool; | |||
struct sql_db *db; | struct sql_db *db; | |||
const char *username; | ||||
const struct dict_sql_settings *set; | const struct dict_sql_settings *set; | |||
}; | }; | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |