~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to confirm/worker.h

  • Committer: Teus Benschop
  • Date: 2022-08-30 18:42:32 UTC
  • Revision ID: teusjannette@gmail.com-20220830184232-a5bf5fkj14cqdx01
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  bool handleEmail (string from, string subject, string body);
35
35
  bool handleLink (string & email);
36
36
private:
37
 
  void * webserver_request;
 
37
  void * webserver_request {nullptr};
38
38
  void informManagers (string email, string body);
39
39
};
40
40