aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.footer
diff options
context:
space:
mode:
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