[dialog-commodity.h] add extern "C"{}

This commit is contained in:
Christopher Lam 2023-04-13 07:15:45 +08:00
parent bff78f620a
commit d9ba9a4c83

View File

@ -37,6 +37,11 @@
#include <gtk/gtk.h>
#include "gnc-commodity.h"
#ifdef __cplusplus
extern "C"
{
#endif
/** The dialog commodity types are used to determine what commodity
* namespaces the currency dialog will present to a user. These
* values can be safely changed from one release to the next. Note
@ -248,6 +253,10 @@ void gnc_ui_update_commodity_picker(GtkWidget *cbwe,
const gchar *sel);
/** @} */
#ifdef __cplusplus
}
#endif
#endif
/** @} */
/** @} */