diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r-- | src/backend/taler-merchant-httpd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h index 64bd8ad1..474957aa 100644 --- a/src/backend/taler-merchant-httpd.h +++ b/src/backend/taler-merchant-httpd.h @@ -453,16 +453,6 @@ extern char *TMH_default_auth; /** - * Kick MHD to run now, to be called after MHD_resume_connection(). - * Basically, we need to explicitly resume MHD's event loop whenever - * we made progress serving a request. This function re-schedules - * the task processing MHD's activities to run immediately. - */ -void -TMH_trigger_daemon (void); - - -/** * Suspend connection from @a sc until payment has been received. * * @param order_id the order that we are waiting on |