ext/xlsxwriter/libxlsxwriter/include/xlsxwriter/shared_strings.h in xlsxwriter-0.0.6 vs ext/xlsxwriter/libxlsxwriter/include/xlsxwriter/shared_strings.h in xlsxwriter-0.1.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.
*
* shared_strings - A libxlsxwriter library for creating Excel XLSX
* sst files.
*
*/
@@ -61,10 +61,10 @@
#ifdef __cplusplus
extern "C" {
#endif
/* *INDENT-ON* */
-lxw_sst *lxw_sst_new();
+lxw_sst *lxw_sst_new(void);
void lxw_sst_free(lxw_sst *sst);
struct sst_element *lxw_get_sst_index(lxw_sst *sst, const char *string,
uint8_t is_rich_string);
void lxw_sst_assemble_xml_file(lxw_sst *self);