diff options
author | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
commit | 48863ce93578ea656fe5342f0f4da1bd2bab8139 (patch) | |
tree | ed896b67c4464d406c0bd9235123e404ae7bf8cd /src/exchange/taler-exchange-httpd_validation.h | |
parent | 4141467d47a276365cbb9629b66c84b2c4e74dd4 (diff) | |
parent | ad6a40aaa580551b2861d51740a427af05d9f165 (diff) |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchange/taler-exchange-httpd_validation.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_validation.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/exchange/taler-exchange-httpd_validation.h b/src/exchange/taler-exchange-httpd_validation.h index bd04994e..4ff50d08 100644 --- a/src/exchange/taler-exchange-httpd_validation.h +++ b/src/exchange/taler-exchange-httpd_validation.h @@ -54,15 +54,6 @@ int TMH_json_validate_wireformat (const json_t *wire, int ours); -/** - * Check if we support the given wire method. - * - * @param type type of wire method to check - * @return #GNUNET_YES if the method is supported - */ -int -TMH_VALIDATION_test_method (const char *type); - /** * Obtain JSON of the supported wire methods for a given |