From 4544a21cfbc4a6cb13f5535accd50da17f3b5741 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Jun 2015 13:55:05 +0200 Subject: -commenting on code --- src/include/taler_amount_lib.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include/taler_amount_lib.h') diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h index 06549bac..0a711100 100644 --- a/src/include/taler_amount_lib.h +++ b/src/include/taler_amount_lib.h @@ -21,6 +21,14 @@ #ifndef TALER_AMOUNT_LIB_H #define TALER_AMOUNT_LIB_H +#ifdef __cplusplus +extern "C" +{ +#if 0 /* keep Emacsens' auto-indent happy */ +} +#endif +#endif + /** * @brief Number of characters (plus 1 for 0-termination) we use to @@ -249,5 +257,12 @@ TALER_amount_normalize (struct TALER_Amount *amount); char * TALER_amount_to_string (const struct TALER_Amount *amount); +#if 0 /* keep Emacsens' auto-indent happy */ +{ +#endif +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3