]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - src/libimcv/imc/imc_os_info.h
os_info: Parse /etc/os-release first
[people/ms/strongswan.git] / src / libimcv / imc / imc_os_info.h
index 680e2b7a36b7b5bcbc673b539c67dba6afadef91..f85b9a47007d643bd675447d5c120b11e004acdf 100644 (file)
@@ -108,7 +108,9 @@ struct imc_os_info_t {
 
 /**
  * Create an imc_os_info_t object
+ *
+ * @param test                                 activate test mode for os_info script
  */
-imc_os_info_t* imc_os_info_create(void);
+imc_os_info_t* imc_os_info_create(bool test);
 
 #endif /** IMC_OS_INFO_H_ @}*/