The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef __PORBIT_IDL_H__
#define __PORBIT_IDL_H__

#include <orb/orbit.h>

CORBA_boolean porbit_parse_idl_file (const char *file, 
				     const char *includes,
				     const char *caller);

#endif /* __PORBIT_IDL_H__ */