aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.footer
blob: 1357a9e606522a67777599e2e4155494dc37d65e (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 NULL.
 */
const char *
TALER_ErrorCode_get_hint (enum TALER_ErrorCode ec);


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

#endif