summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-25 21:15:47 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-25 21:15:47 +0100
commit034884b08cc32ce3b9bc99ee12cd78a68a3cb495 (patch)
tree80728e53e564ddf052f206496fb7a627db2cbdca /src/backend/taler-merchant-httpd.h
parentba2cfa136c0835f79798f31c9abf67b423584697 (diff)
downloadmerchant-034884b08cc32ce3b9bc99ee12cd78a68a3cb495.tar.gz
merchant-034884b08cc32ce3b9bc99ee12cd78a68a3cb495.tar.bz2
merchant-034884b08cc32ce3b9bc99ee12cd78a68a3cb495.zip
refactor auditors code to be in its own file(s)
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index a66148b0..26982c6d 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -153,13 +153,6 @@ extern struct GNUNET_CRYPTO_EddsaPrivateKey *privkey;
extern struct TALER_MerchantPublicKeyP pubkey;
-extern struct MERCHANT_Auditor *auditors;
-
-extern unsigned int nauditors;
-
-
-
-
extern PGconn *db_conn;