~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to export/textusfm.h

  • Committer: Teus Benschop
  • Date: 2022-11-13 10:10:35 UTC
  • Revision ID: teusjannette@gmail.com-20221113101035-tfpqtklwoj31b306
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <config/libraries.h>
23
23
 
24
 
void export_text_usfm_book (string bible, int book, bool log);
 
24
void export_text_usfm_book (std::string bible, int book, bool log);