libxlsxwriter/include/xlsxwriter/relationships.h in fast_excel-0.2.6 vs libxlsxwriter/include/xlsxwriter/relationships.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. * * relationships - A libxlsxwriter library for creating Excel XLSX * relationships files. * */ @@ -45,10 +45,10 @@ #ifdef __cplusplus extern "C" { #endif /* *INDENT-ON* */ -lxw_relationships *lxw_relationships_new(); +lxw_relationships *lxw_relationships_new(void); void lxw_free_relationships(lxw_relationships *relationships); void lxw_relationships_assemble_xml_file(lxw_relationships *self); void lxw_add_document_relationship(lxw_relationships *self, const char *type, const char *target);