~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to book/create.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
 
bool book_create (const string & bible, const int book, const int chapter, vector <string> & feedback);
 
24
bool book_create (const std::string & bible, const int book, const int chapter, std::vector <std::string> & feedback);