diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_wire.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_wire.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_wire.h b/src/exchange/taler-exchange-httpd_wire.h index fc4e55a95..5966ccbd4 100644 --- a/src/exchange/taler-exchange-httpd_wire.h +++ b/src/exchange/taler-exchange-httpd_wire.h | |||
@@ -34,6 +34,15 @@ TEH_WIRE_done (void); | |||
34 | 34 | ||
35 | 35 | ||
36 | /** | 36 | /** |
37 | * Initialize wire subsystem. | ||
38 | * | ||
39 | * @return #GNUNET_OK on success | ||
40 | */ | ||
41 | enum GNUNET_GenericReturnValue | ||
42 | TEH_wire_init (void); | ||
43 | |||
44 | |||
45 | /** | ||
37 | * Something changed in the database. Rebuild the wire replies. This function | 46 | * Something changed in the database. Rebuild the wire replies. This function |
38 | * should be called if the exchange learns about a new signature from our | 47 | * should be called if the exchange learns about a new signature from our |
39 | * master key. | 48 | * master key. |