diff options
Diffstat (limited to 'gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h b/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h deleted file mode 100644 index c72d17b8c8..0000000000 --- a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2011 Free Software Foundation, Inc. - * - * This file was generated by gr_modtool, a tool from the GNU Radio framework - * This file is a part of gr-howto - * - * SPDX-License-Identifier: GPL-3.0-or-later - * - */ - -#ifndef INCLUDED_HOWTO_API_H -#define INCLUDED_HOWTO_API_H - -#include <gnuradio/attributes.h> - -#ifdef gnuradio_howto_EXPORTS -#define HOWTO_API __GR_ATTR_EXPORT -#else -#define HOWTO_API __GR_ATTR_IMPORT -#endif - -#endif /* INCLUDED_HOWTO_API_H */ |