From 11ba3c703cfb535b7ec33b7ed23fee7c34fcc374 Mon Sep 17 00:00:00 2001 From: Lukasz Wojciechowski Date: Mon, 3 Nov 2014 08:25:37 +0100 Subject: [PATCH] Remove visibility attributes from header file Visibility attributes ar not needed in header file. Usage of them by CYNARA_API macro causes also to make internal file attributes.h published. Change-Id: I99bb84d5af96120cdc448e837601cecc05494570 --- src/include/cynara-creds-commons.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/cynara-creds-commons.h b/src/include/cynara-creds-commons.h index 813c1b9..ee6d2b8 100644 --- a/src/include/cynara-creds-commons.h +++ b/src/include/cynara-creds-commons.h @@ -26,7 +26,6 @@ #ifndef CYNARA_CREDS_COMMONS_H #define CYNARA_CREDS_COMMONS_H -#include #include enum cynara_client_creds { @@ -78,7 +77,6 @@ extern "C" { * CYNARA_API_UNKNOWN_ERROR if there is other error. * */ -CYNARA_API int cynara_creds_get_default_client_method(enum cynara_client_creds *method); /** @@ -115,7 +113,6 @@ int cynara_creds_get_default_client_method(enum cynara_client_creds *method); * CYNARA_API_OUT_OF_MEMORY if there is error in memory allocation. * CYNARA_API_UNKNOWN_ERROR if there is other error. */ -CYNARA_API int cynara_creds_get_default_user_method(enum cynara_user_creds *method); #ifdef __cplusplus -- 2.7.4