need extra font to build on my system
This commit is contained in:
parent
9aa2e94812
commit
0599b3b35b
@ -58,6 +58,7 @@
|
|||||||
\usetikzlibrary{calc}
|
\usetikzlibrary{calc}
|
||||||
\usepackage{eurosym}
|
\usepackage{eurosym}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{lmodern}
|
||||||
\usepackage{verbatim}
|
\usepackage{verbatim}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
|
@ -2889,7 +2889,7 @@ postgres_get_ready_deposit (void *cls,
|
|||||||
* @return transaction status code, if positive:
|
* @return transaction status code, if positive:
|
||||||
* number of rows processed, 0 if none exist
|
* number of rows processed, 0 if none exist
|
||||||
*/
|
*/
|
||||||
static int
|
static int // FIXME: enum GNUNET_DB_QueryStatus
|
||||||
postgres_iterate_matching_deposits (void *cls,
|
postgres_iterate_matching_deposits (void *cls,
|
||||||
struct TALER_EXCHANGEDB_Session *session,
|
struct TALER_EXCHANGEDB_Session *session,
|
||||||
const struct GNUNET_HashCode *h_wire,
|
const struct GNUNET_HashCode *h_wire,
|
||||||
|
Loading…
Reference in New Issue
Block a user