1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// ================================================================ //
// //
// 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
|