summaryrefslogtreecommitdiff
path: root/src/signup.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-03 00:09:09 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-03 00:23:19 +0200
commit41c45d4a4d6f8bea9b45d76ddef5d8bac71cfc5a (patch)
tree70f5e4a20a7659529a48174a50ff24da92a01e44 /src/signup.cc
parent823dc403a9b56e00be4982d0082d30b8df5e53d6 (diff)
A start for an event handler
Diffstat (limited to 'src/signup.cc')
-rw-r--r--src/signup.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/signup.cc b/src/signup.cc
deleted file mode 100644
index a3eafd4..0000000
--- a/src/signup.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-#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);
-}