aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_save.h
blob: d473086144417a2379cea695a6a81ccf0d087c8e (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, int optc, char **argv);

#endif	/* ASN1C_SAVE_H */