91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina Pavel Březina <pbrezina@redhat.com>
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina Copyright (C) 2014 Red Hat
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina This program is free software; you can redistribute it and/or modify
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina it under the terms of the GNU General Public License as published by
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina the Free Software Foundation; either version 3 of the License, or
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina (at your option) any later version.
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina This program is distributed in the hope that it will be useful,
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina but WITHOUT ANY WARRANTY; without even the implied warranty of
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina GNU General Public License for more details.
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina You should have received a copy of the GNU General Public License
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina along with this program. If not, see <http://www.gnu.org/licenses/>.
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březinavoid *sss_sifp_alloc_zero(sss_sifp_ctx *ctx, size_t size, size_t num);
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina#define _alloc_zero(ctx, type, num) sss_sifp_alloc_zero(ctx, sizeof(type), num)
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina * D-Bus object attribute
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina const char *str);
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina const char *str2);
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březinasss_sifp_parse_object_path_list(sss_sifp_ctx *ctx,
91cf6f4c6069d6aff01aab171825e83a1a669e2fPavel Březina#endif /* SSS_SIFP_PRIVATE_H_ */