diff options
Diffstat (limited to 'src/lib/exchange_api_handle.h')
-rw-r--r-- | src/lib/exchange_api_handle.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h index 81e6d7c5e..a88cb70de 100644 --- a/src/lib/exchange_api_handle.h +++ b/src/lib/exchange_api_handle.h | |||
@@ -70,8 +70,8 @@ struct TEAH_AuditorInteractionEntry | |||
70 | */ | 70 | */ |
71 | typedef struct TEAH_AuditorInteractionEntry * | 71 | typedef struct TEAH_AuditorInteractionEntry * |
72 | (*TEAH_AuditorCallback)(void *cls, | 72 | (*TEAH_AuditorCallback)(void *cls, |
73 | struct TALER_AUDITOR_Handle *ah, | 73 | struct TALER_AUDITOR_Handle *ah, |
74 | const struct TALER_AuditorPublicKeyP *auditor_pub); | 74 | const struct TALER_AuditorPublicKeyP *auditor_pub); |
75 | 75 | ||
76 | 76 | ||
77 | /** | 77 | /** |
@@ -101,8 +101,8 @@ TEAH_acc_confirmation_cb (void *cls, | |||
101 | */ | 101 | */ |
102 | void | 102 | void |
103 | TEAH_get_auditors_for_dc (struct TALER_EXCHANGE_Handle *h, | 103 | TEAH_get_auditors_for_dc (struct TALER_EXCHANGE_Handle *h, |
104 | TEAH_AuditorCallback ac, | 104 | TEAH_AuditorCallback ac, |
105 | void *ac_cls); | 105 | void *ac_cls); |
106 | 106 | ||
107 | 107 | ||
108 | /** | 108 | /** |
@@ -134,7 +134,7 @@ TEAH_handle_is_ready (struct TALER_EXCHANGE_Handle *h); | |||
134 | */ | 134 | */ |
135 | char * | 135 | char * |
136 | TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h, | 136 | TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h, |
137 | const char *path); | 137 | const char *path); |
138 | 138 | ||
139 | 139 | ||
140 | /** | 140 | /** |
@@ -146,7 +146,7 @@ TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h, | |||
146 | */ | 146 | */ |
147 | char * | 147 | char * |
148 | TEAH_path_to_url2 (const char *base_url, | 148 | TEAH_path_to_url2 (const char *base_url, |
149 | const char *path); | 149 | const char *path); |
150 | 150 | ||
151 | 151 | ||
152 | /* end of exchange_api_handle.h */ | 152 | /* end of exchange_api_handle.h */ |