summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_extensions.h')
-rw-r--r--src/exchange/taler-exchange-httpd_extensions.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/exchange/taler-exchange-httpd_extensions.h b/src/exchange/taler-exchange-httpd_extensions.h
index 3c86e2662..4659b653e 100644
--- a/src/exchange/taler-exchange-httpd_extensions.h
+++ b/src/exchange/taler-exchange-httpd_extensions.h
@@ -40,12 +40,4 @@ TEH_extensions_init (void);
void
TEH_extensions_done (void);
-/**
- * Something changed in the database. Rebuild the extension state metadata.
- * This function should be called if the exchange learns about a new signature
- * from our master key.
- */
-void
-TEH_extensions_update_state (void);
-
#endif