summaryrefslogtreecommitdiff
path: root/utils/loc_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/loc_cfg.h')
-rw-r--r--utils/loc_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h
index c8c39c9..5c77dc6 100644
--- a/utils/loc_cfg.h
+++ b/utils/loc_cfg.h
@@ -113,6 +113,8 @@ extern "C" {
* MODULE EXPORTED FUNCTIONS
*
*============================================================================*/
+bool isVendorEnhanced();
+void setVendorEnhanced(bool vendorEnhanced);
void loc_read_conf(const char* conf_file_name,
const loc_param_s_type* config_table,
uint32_t table_length);