asn1c/libasn1compiler/asn1c_save.h

8 lines
169 B
C
Raw Normal View History

2016-03-14 09:57:07 +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
2016-03-14 09:57:07 +00:00
#endif /* ASN1C_SAVE_H */