File: compiler.h

package info (click to toggle)
pesign 116-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: ansic: 14,144; sh: 784; makefile: 226
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPLv2
/*
 * compiler.h - borrow the compiler.h from pesign
 * Copyright Peter Jones <pjones@redhat.com>
 */
#ifndef LIBDPE_COMPILER_H_
#define LIBDPE_COMPILER_H_

#include "../src/compiler.h"

#endif /* !LIBDPE_COMPILER_H_ */
// vim:fenc=utf-8:tw=75:et