Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved
[krb5.git] / src / lib / kdb / kdb5int.h
1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /*
3  * lib/kdb5/kdb5int.h
4  *
5  * Copyright (C) 2008 by the Massachusetts Institute of Technology.
6  * All rights reserved.
7  *
8  * Export of this software from the United States of America may
9  *   require a specific license from the United States Government.
10  *   It is the responsibility of any person or organization contemplating
11  *   export to obtain such a license before exporting.
12  *
13  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
14  * distribute this software and its documentation for any purpose and
15  * without fee is hereby granted, provided that the above copyright
16  * notice appear in all copies and that both that copyright notice and
17  * this permission notice appear in supporting documentation, and that
18  * the name of M.I.T. not be used in advertising or publicity pertaining
19  * to distribution of the software without specific, written prior
20  * permission.  Furthermore if you modify this software you must label
21  * your software as modified software and not distribute it in such a
22  * fashion that it might be confused with the original M.I.T. software.
23  * M.I.T. makes no representations about the suitability of
24  * this software for any purpose.  It is provided "as is" without express
25  * or implied warranty.
26  *
27  *
28  * Private header file for the kdb5 library for internal functions
29  */
30
31 #ifndef __KDB5INT_H__
32 #define __KDB5INT_H__
33
34 #include "kdb5.h"
35
36 krb5_error_code
37 krb5int_put_principal_no_log(krb5_context kcontext,
38                              krb5_db_entry *entries, int *nentries);
39
40 krb5_error_code
41 krb5int_delete_principal_no_log(krb5_context kcontext,
42                                 krb5_principal search_for,
43                                 int *nentries);
44
45 #endif /* __KDB5INT_H__ */