~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to nmt/index.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:
23
23
 
24
24
const char * nmt_index_url ();
25
25
bool nmt_index_acl (void * webserver_request);
26
 
string nmt_index (void * webserver_request);
 
26
std::string nmt_index (void * webserver_request);