Codebase list realmd / run/8fdda37e-1a3b-40e3-96b6-cdb45e4365ce/main service / realm-sssd-ad.h
run/8fdda37e-1a3b-40e3-96b6-cdb45e4365ce/main

Tree @run/8fdda37e-1a3b-40e3-96b6-cdb45e4365ce/main (Download .tar.gz)

realm-sssd-ad.h @run/8fdda37e-1a3b-40e3-96b6-cdb45e4365ce/mainraw · history · blame

/* realmd -- Realm configuration service
 *
 * Copyright 2012 Red Hat Inc
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation; either version 2 of the licence or (at
 * your option) any later version.
 *
 * See the included COPYING file for more information.
 *
 * Author: Stef Walter <stefw@gnome.org>
 */

#include "config.h"

#ifndef __REALM_SSSD_AD_H__
#define __REALM_SSSD_AD_H__

#include <gio/gio.h>

#include "realm-kerberos.h"
#include "realm-provider.h"

G_BEGIN_DECLS

#define REALM_TYPE_SSSD_AD            (realm_sssd_ad_get_type ())
#define REALM_SSSD_AD(inst)           (G_TYPE_CHECK_INSTANCE_CAST ((inst), REALM_TYPE_SSSD_AD, RealmSssdAd))
#define REALM_IS_SSSD_AD(inst)        (G_TYPE_CHECK_INSTANCE_TYPE ((inst), REALM_TYPE_SSSD_AD))

typedef struct _RealmSssdAd RealmSssdAd;

GType                    realm_sssd_ad_get_type    (void) G_GNUC_CONST;

G_END_DECLS

#endif /* __REALM_SSSD_AD_H__ */