aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_save.h
blob: 26c36a345260228824a27159fb2e0df6d5a1e7d4 (plain)
1
2
3
4
5
6
7
#ifndef	_ASN1C_SAVE_H_
#define	_ASN1C_SAVE_H_

int asn1c_save_compiled_output(arg_t *arg, const char *datadir,
	int argc, char **argv);

#endif	/* _ASN1C_SAVE_H_ */