// ================================================================ //
//                                                                  //
//   File      : ad_cb.h                                            //
//   Purpose   : Provides database callbacks                        //
//                                                                  //
//   Coded by Ralf Westram (coder@reallysoft.de) in November 2013   //
//   Institute of Microbiology (Technical University Munich)        //
//   http://www.arb-home.de/                                        //
//                                                                  //
// ================================================================ //

#ifndef AD_CB_H
#define AD_CB_H

#ifndef CB_H
#include <cb.h>
#endif
#ifndef AD_CB_PROT_H
#include "ad_cb_prot.h"
#endif

#else
#error ad_cb.h included twice
#endif // AD_CB_H
