From b5a0e93f400d75ddef67c21c35878cfafee56e1a Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 28 May 2015 21:16:26 +0200 Subject: Small start for signup --- src/signup.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/signup.cc (limited to 'src/signup.cc') diff --git a/src/signup.cc b/src/signup.cc new file mode 100644 index 0000000..a3eafd4 --- /dev/null +++ b/src/signup.cc @@ -0,0 +1,19 @@ +#include "common.hh" + +#include "cgi.hh" +#include "db.hh" + +using namespace stuff; + +namespace { + +bool handle_request(CGI* cgi) { + + return false; +} + +} // namespace + +int main() { + return CGI::run(handle_request); +} -- cgit v1.2.3-70-g09d2