/*
 * This will be automatically generated in the future
 */

#ifndef CBR_GENERATOR_HELPER
#define CBR_GENERATOR_HELPER

#include <popt.h>
#include "cbr_generator.h"

const struct poptOption* 
cbr_generator_get_options(
  const CBR_Generator* gen,
  const char* nameSpace
);

#endif

