aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.footer
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 01:06:20 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 01:06:20 -0400
commit007b2a19f8d9bdf926aa584d85beb5bdac32bf9d (patch)
treeb0a7df56e904d7547a90fe57c474510f7b4bcc44 /gnu-taler-error-codes/h.footer
parent05d427aafa7f9e637db969e4933905be2a8d9b9c (diff)
downloadgana-007b2a19f8d9bdf926aa584d85beb5bdac32bf9d.tar.gz
gana-007b2a19f8d9bdf926aa584d85beb5bdac32bf9d.zip
generate c function for looking up ec hints
Diffstat (limited to 'gnu-taler-error-codes/h.footer')
-rw-r--r--gnu-taler-error-codes/h.footer10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/h.footer b/gnu-taler-error-codes/h.footer
index 5d32ee9..1357a9e 100644
--- a/gnu-taler-error-codes/h.footer
+++ b/gnu-taler-error-codes/h.footer
@@ -3,6 +3,16 @@
3}; 3};
4 4
5 5
6/**
7 * Returns a hint for a given error code.
8 *
9 * @param ec the error code.
10 * @return the hint if it could be found, otherwise NULL.
11 */
12const char *
13TALER_ErrorCode_get_hint (enum TALER_ErrorCode ec);
14
15
6#if 0 /* keep Emacsens' auto-indent happy */ 16#if 0 /* keep Emacsens' auto-indent happy */
7{ 17{
8#endif 18#endif