diff options
Diffstat (limited to 'include/contacts_company.h')
-rwxr-xr-x | include/contacts_company.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contacts_company.h b/include/contacts_company.h index e79207a..8cc54cb 100755 --- a/include/contacts_company.h +++ b/include/contacts_company.h @@ -77,6 +77,7 @@ int contact_company_destroy(contact_company_h company); * @see contact_company_set_detail() */ int contact_company_get_detail(contact_company_h company, contact_company_detail_e detail_type, char **detail); + /** * @brief Sets a company information detail to the contacts company handle. * |