Holds information needed for the dbmlsync utility.
typedef struct a_syncpub { struct a_syncpub * next; char * pub_name; char * subscription; char * ext_opt; a_bit_field alloced_by_dbsync: 1; } a_syncpub;