libxlsxwriter/include/xlsxwriter/theme.h in fast_excel-0.2.6 vs libxlsxwriter/include/xlsxwriter/theme.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.
*
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
*
*/
#ifndef __LXW_THEME_H__
@@ -26,10 +26,10 @@
#ifdef __cplusplus
extern "C" {
#endif
/* *INDENT-ON* */
-lxw_theme *lxw_theme_new();
+lxw_theme *lxw_theme_new(void);
void lxw_theme_free(lxw_theme *theme);
void lxw_theme_xml_declaration(lxw_theme *self);
void lxw_theme_assemble_xml_file(lxw_theme *self);
/* Declarations required for unit testing. */