/* Copyright (C) 2012-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: f2lsvg.ctr */ /** @file f2lsvg.h Header file for the f2lsvg module. */ #ifndef F2LSVG_H_INCLUDED /** Avoid multiple inclusions. */ #define F2LSVG_H_INCLUDED 1 #line 10 "f2lsvg.ctr" #ifdef __cplusplus extern "C" { #endif /** Produce output. @param job Job structure. */ void f2lsvg_output(f2l_job_t *job); #ifdef __cplusplus } #endif #endif