/* Copyright (C) 2017-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: w2llic.ctr */ /** @file w2llic.h Header file for the w2llic module. */ #ifndef W2LLIC_H_INCLUDED /** Avoid multiple inclusions. */ #define W2LLIC_H_INCLUDED 1 #line 9 "w2llic.ctr" #ifndef DK4CONF_H_INCLUDED #include "dk4conf.h" #endif #ifndef DK4TYPES_H_INCLUDED #include "dk4types.h" #endif #ifdef __cplusplus extern "C" { #endif /** Get pointer to string array containing license terms. @return Pointer to string array. */ const dkChar * const * w2llic_get_text(void); #ifdef __cplusplus } #endif /* vim: set ai sw=4 ts=4 : */ #endif