summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-03 16:08:26 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-03 16:08:26 +0100
commit9abee82d3c9688549d50ec87153f6f3c1f973565 (patch)
treed3ed0a5f2015cb7cd5e93821140decd6b41db9aa /src/bank-lib
parentac5635776e1c94d6220758a1714371563462518f (diff)
downloadexchange-9abee82d3c9688549d50ec87153f6f3c1f973565.tar.gz
exchange-9abee82d3c9688549d50ec87153f6f3c1f973565.tar.bz2
exchange-9abee82d3c9688549d50ec87153f6f3c1f973565.zip
remove dead prototype
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/bank_api_common.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/bank-lib/bank_api_common.h b/src/bank-lib/bank_api_common.h
index 52329334d..ac059e9ed 100644
--- a/src/bank-lib/bank_api_common.h
+++ b/src/bank-lib/bank_api_common.h
@@ -21,7 +21,7 @@
*/
#ifndef BANK_API_COMMON_H
#define BANK_API_COMMON_H
-#include <jansson.h>
+
#include <gnunet/gnunet_util_lib.h>
#include <gnunet/gnunet_json_lib.h>
#include <gnunet/gnunet_curl_lib.h>
@@ -30,16 +30,6 @@
/**
- * Build authentication header from @a auth.
- *
- * @param auth authentication data to use
- * @return NULL on error, otherwise curl headers to use
- */
-struct curl_slist *
-TALER_BANK_make_auth_header_ (const struct TALER_BANK_AuthenticationData *auth);
-
-
-/**
* Set authentication data in @a easy from @a auth.
*
* @param easy curl handle to setup for authentication