~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to manage/hyphenation.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 * manage_hyphenation_url ();
25
25
bool manage_hyphenation_acl (void * webserver_request);
26
 
string manage_hyphenation (void * webserver_request);
 
26
std::string manage_hyphenation (void * webserver_request);