diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_testing_lib.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 19d1aaa2..4badc0b9 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1406,11 +1406,13 @@ TALER_TESTING_cmd_reserve_poll (const char *label,   * Fail if it did not conclude by the timeout.   *   * @param label our label + * @param timeout how long to give the long poll to finish   * @param poll_reference reference to a #TALER_TESTING_cmd_reserve_poll() command   * @return the command.   */  struct TALER_TESTING_Command  TALER_TESTING_cmd_reserve_poll_finish (const char *label, +                                       struct GNUNET_TIME_Relative timeout,                                         const char *poll_reference); | 
