e714d2eaa1
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
15 lines
286 B
C
15 lines
286 B
C
#ifndef _CTF_ENCODER_H_
|
|
#define _CTF_ENCODER_H_ 1
|
|
/*
|
|
SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
Copyright (C) 2009 Red Hat Inc.
|
|
Copyright (C) 2009 Arnaldo Carvalho de Melo <acme@redhat.com>
|
|
*/
|
|
|
|
struct cu;
|
|
|
|
int cu__encode_ctf(struct cu *cu, int verbose);
|
|
|
|
#endif /* _CTF_ENCODER_H_ */
|