diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchange_service.h | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 20f98998..b60b97e6 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -198,6 +198,14 @@ struct TALER_EXCHANGE_Keys    struct TALER_EXCHANGE_AuditorInformation *auditors;    /** +   * Supported Taler protocol version by the exchange. +   * String in the format current:revision:age using the +   * semantics of GNU libtool.  See +   * https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning +   */ +  char *version; + +  /**     * Length of the @e sign_keys array.     */    unsigned int num_sign_keys;  | 
