1 #ifndef __KB_BSON_MONGO_H__ 
    2 #define __KB_BSON_MONGO_H__ 
    6 #define PL_SAFE_ARG_MACROS 
   11 bool bsonpl_append(bson_t *doc, 
const char *key, 
const PlTerm &
term, bson_error_t *err);
 
PlTerm bson_to_term(const bson_t *bson)
bool bsonpl_concat(bson_t *doc, const PlTerm &term, bson_error_t *err)
bool bsonpl_append(bson_t *doc, const char *key, const PlTerm &term, bson_error_t *err)