summaryrefslogtreecommitdiff
path: root/src/auditor-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-24 11:38:00 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-24 11:38:00 +0200
commitd83c840d256f93e603ea1e9d3aaf646f957eb841 (patch)
treeae11a08f4b57ca6101b953f000259fc8ecb1daab /src/auditor-lib
parent25e583d0f5b2bf81032b6a7328df01518ffd0c20 (diff)
downloadexchange-d83c840d256f93e603ea1e9d3aaf646f957eb841.tar.gz
exchange-d83c840d256f93e603ea1e9d3aaf646f957eb841.tar.bz2
exchange-d83c840d256f93e603ea1e9d3aaf646f957eb841.zip
add skeleton header for auditor service
Diffstat (limited to 'src/auditor-lib')
-rw-r--r--src/auditor-lib/auditor_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor-lib/auditor_api_handle.c b/src/auditor-lib/auditor_api_handle.c
index 4db528a31..9e4f73486 100644
--- a/src/auditor-lib/auditor_api_handle.c
+++ b/src/auditor-lib/auditor_api_handle.c
@@ -483,7 +483,7 @@ MAH_path_to_url2 (const char *base_url,
struct TALER_AUDITOR_Handle *
TALER_AUDITOR_connect (struct GNUNET_CURL_Context *ctx,
const char *url,
- TALER_AUDITOR_VersionificationCallback version_cb,
+ TALER_AUDITOR_VersionCallback version_cb,
void *version_cb_cls)
{
struct TALER_AUDITOR_Handle *auditor;