asn1c/libasn1compiler/asn1c_save.h

8 lines
175 B
C
Raw Normal View History

2004-08-19 13:29:03 +00:00
#ifndef _ASN1C_SAVE_H_
#define _ASN1C_SAVE_H_
2004-06-03 03:38:44 +00:00
2005-03-05 00:50:53 +00:00
int asn1c_save_compiled_output(arg_t *arg, const char *datadir,
2006-03-17 01:47:57 +00:00
int argc, int optc, char **argv);
2004-06-03 03:38:44 +00:00
2004-08-19 13:29:03 +00:00
#endif /* _ASN1C_SAVE_H_ */