libxlsxwriter/include/xlsxwriter/custom.h in fast_excel-0.2.6 vs libxlsxwriter/include/xlsxwriter/custom.h in fast_excel-0.3.0

- old
+ new

@@ -1,9 +1,9 @@ /* * libxlsxwriter * - * Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2019, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * * custom - A libxlsxwriter library for creating Excel custom property files. * */ #ifndef __LXW_CUSTOM_H__ @@ -30,10 +30,10 @@ #ifdef __cplusplus extern "C" { #endif /* *INDENT-ON* */ -lxw_custom *lxw_custom_new(); +lxw_custom *lxw_custom_new(void); void lxw_custom_free(lxw_custom *custom); void lxw_custom_assemble_xml_file(lxw_custom *self); /* Declarations required for unit testing. */ #ifdef TESTING