added get_preferred_language() to tnc_imc

This commit is contained in:
Andreas Steffen
2010-11-11 07:30:13 +01:00
parent c2835ef29f
commit e2a0bea5d6
3 changed files with 18 additions and 6 deletions
+7
View File
@@ -55,6 +55,13 @@ struct imc_manager_t {
*/
int (*get_count)(imc_manager_t *this);
/**
* Return the preferred language for recommendations
*
* @return preferred language string
*/
char* (*get_preferred_language)(imc_manager_t *this);
/**
* Notify all IMC instances
*