root / otg / trunk / src / cpp / auto / cbr_generator_helper.h

Revision 342, 284 bytes (checked in by max, 4 years ago)

Added popt support.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1/*
2 * This will be automatically generated in the future
3 */
4
5#ifndef CBR_GENERATOR_HELPER
6#define CBR_GENERATOR_HELPER
7
8#include <popt.h>
9#include "cbr_generator.h"
10
11const struct poptOption* 
12cbr_generator_get_options(
13  const CBR_Generator* gen,
14  const char* nameSpace
15);
16
17#endif
Note: See TracBrowser for help on using the browser.