remove dead prototype
This commit is contained in:
parent
ac5635776e
commit
9abee82d3c
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef BANK_API_COMMON_H
|
#ifndef BANK_API_COMMON_H
|
||||||
#define BANK_API_COMMON_H
|
#define BANK_API_COMMON_H
|
||||||
#include <jansson.h>
|
|
||||||
#include <gnunet/gnunet_util_lib.h>
|
#include <gnunet/gnunet_util_lib.h>
|
||||||
#include <gnunet/gnunet_json_lib.h>
|
#include <gnunet/gnunet_json_lib.h>
|
||||||
#include <gnunet/gnunet_curl_lib.h>
|
#include <gnunet/gnunet_curl_lib.h>
|
||||||
@ -29,16 +29,6 @@
|
|||||||
#include "taler_json_lib.h"
|
#include "taler_json_lib.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 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.
|
* Set authentication data in @a easy from @a auth.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user