teah_common.h -> taler_curl_lib.h
This commit is contained in:
parent
67dd3171d0
commit
6096c1387c
@ -24,7 +24,7 @@
|
|||||||
#include <microhttpd.h> /* just for HTTP status codes */
|
#include <microhttpd.h> /* just for HTTP status codes */
|
||||||
#include "taler_signatures.h"
|
#include "taler_signatures.h"
|
||||||
// FIXME(dold): temporary hack
|
// FIXME(dold): temporary hack
|
||||||
#include "teah_common.h"
|
#include "taler_curl_lib.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -31,7 +31,7 @@ talerinclude_HEADERS = \
|
|||||||
taler_wire_lib.h \
|
taler_wire_lib.h \
|
||||||
taler_wire_plugin.h \
|
taler_wire_plugin.h \
|
||||||
taler_testing_bank_lib.h \
|
taler_testing_bank_lib.h \
|
||||||
teah_common.h
|
taler_curl_lib.h
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<http://www.gnu.org/licenses/>
|
<http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file lib/teah_common.h
|
* @file lib/taler_curl_lib.h
|
||||||
* @brief Helper routines shared by libtalerexchange and libtalerauditor
|
* @brief Helper routines shared by libtalerexchange and libtalerauditor
|
||||||
* @author Christian Grothoff
|
* @author Christian Grothoff
|
||||||
*/
|
*/
|
@ -28,7 +28,7 @@ libtalerexchange_la_SOURCES = \
|
|||||||
exchange_api_track_transaction.c \
|
exchange_api_track_transaction.c \
|
||||||
exchange_api_track_transfer.c \
|
exchange_api_track_transfer.c \
|
||||||
exchange_api_wire.c \
|
exchange_api_wire.c \
|
||||||
teah_common.c teah_common.h
|
teah_common.c
|
||||||
libtalerexchange_la_LIBADD = \
|
libtalerexchange_la_LIBADD = \
|
||||||
libtalerauditor.la \
|
libtalerauditor.la \
|
||||||
$(top_builddir)/src/json/libtalerjson.la \
|
$(top_builddir)/src/json/libtalerjson.la \
|
||||||
@ -48,7 +48,7 @@ libtalerauditor_la_SOURCES = \
|
|||||||
auditor_api_handle.c auditor_api_handle.h \
|
auditor_api_handle.c auditor_api_handle.h \
|
||||||
auditor_api_deposit_confirmation.c \
|
auditor_api_deposit_confirmation.c \
|
||||||
auditor_api_exchanges.c \
|
auditor_api_exchanges.c \
|
||||||
teah_common.c teah_common.h
|
teah_common.c
|
||||||
libtalerauditor_la_LIBADD = \
|
libtalerauditor_la_LIBADD = \
|
||||||
$(top_builddir)/src/json/libtalerjson.la \
|
$(top_builddir)/src/json/libtalerjson.la \
|
||||||
$(top_builddir)/src/util/libtalerutil.la \
|
$(top_builddir)/src/util/libtalerutil.la \
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include <gnunet/gnunet_curl_lib.h>
|
#include <gnunet/gnunet_curl_lib.h>
|
||||||
#include "taler_auditor_service.h"
|
#include "taler_auditor_service.h"
|
||||||
#include "teah_common.h"
|
#include "taler_curl_lib.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the context of a auditor.
|
* Get the context of a auditor.
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "exchange_api_handle.h"
|
#include "exchange_api_handle.h"
|
||||||
#include "exchange_api_curl_defaults.h"
|
#include "exchange_api_curl_defaults.h"
|
||||||
#include "backoff.h"
|
#include "backoff.h"
|
||||||
#include "teah_common.h"
|
#include "taler_curl_lib.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Which revision of the Taler protocol is implemented
|
* Which revision of the Taler protocol is implemented
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "taler_auditor_service.h"
|
#include "taler_auditor_service.h"
|
||||||
#include "taler_exchange_service.h"
|
#include "taler_exchange_service.h"
|
||||||
#include "taler_crypto_lib.h"
|
#include "taler_crypto_lib.h"
|
||||||
#include "teah_common.h"
|
#include "taler_curl_lib.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Entry in DLL of auditors used by an exchange.
|
* Entry in DLL of auditors used by an exchange.
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* @author Christian Grothoff
|
* @author Christian Grothoff
|
||||||
*/
|
*/
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "teah_common.h"
|
#include "taler_curl_lib.h"
|
||||||
|
|
||||||
#if COMPRESS_BODIES
|
#if COMPRESS_BODIES
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user