Indent.
[shishi.git] / gss / internal.h
blob7015ce99008e2e11d05b6e99f8377baca90eab98
1 /* internal.h Internal header file for shishi GSS-API.
2 * Copyright (C) 2002, 2003 Simon Josefsson
4 * This file is part of Shishi.
6 * Shishi is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * Shishi is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with Shishi; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef _INTERNAL_H
23 #define _INTERNAL_H
25 #include "../lib/internal.h"
26 #include "gssapi.h"
28 struct gss_ctx_id_t
30 int foo;
33 struct gss_cred_id_t
35 int foo;
38 struct gss_name_t
40 int foo;
43 #endif /* _INTERNAL_H */