aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.footer
blob: 6c32dbdbcd19ac8ddeb957e2ec82b8836f5d9d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
};


/**
 * Returns a hint for a given error code.
 *
 * @param ec the error code.
 * @return the hint if it could be found, otherwise "<no hint found>"
 */
const char *
TALER_ErrorCode_get_hint (enum TALER_ErrorCode ec);


#if 0 /* keep Emacsens' auto-indent happy */
{
#endif
#ifdef __cplusplus
}
#endif

#endif