build.lib.c: move header comment outside of extern "C"

This commit is contained in:
Laurence Withers 2015-02-04 20:01:30 +00:00
parent ecad43fbb9
commit c384484fed
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
#ifndef HEADER_@CNAME@
#define HEADER_@CNAME@
/* standard includes, or includes needed for type declarations */
#ifdef __cplusplus
extern "C" {
#endif
/* standard includes, or includes needed for type declarations */
/* options for text editors
vim: @VIM_MODELINE@:syntax=ch.doxygen
*/