ifp_cache.h revision d3c82d0170d6d7407549afdadd08aa7e11aeb9a2
/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2015 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef IFP_CACHE_H_
#define IFP_CACHE_H_
#include "responder/common/responder.h"
#include "responder/ifp/ifp_iface_generated.h"
/* org.freedesktop-sssd-infopipe.Cache */
enum ifp_cache_type {
};
void *data,
enum ifp_cache_type type);
void *data,
const char *domain,
enum ifp_cache_type type);
/* org.freedesktop-sssd-infopipe.Cache.Object */
struct sss_domain_info *domain,
struct sss_domain_info *domain,
#endif /* IFP_CACHE_H_ */