Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/krb5
File: plugin.h
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright (C) 2010 by the Massachusetts Institute of Technology.
[2] Fix | Delete
* All rights reserved.
[3] Fix | Delete
*
[4] Fix | Delete
* Export of this software from the United States of America may
[5] Fix | Delete
* require a specific license from the United States Government.
[6] Fix | Delete
* It is the responsibility of any person or organization contemplating
[7] Fix | Delete
* export to obtain such a license before exporting.
[8] Fix | Delete
*
[9] Fix | Delete
* WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
[10] Fix | Delete
* distribute this software and its documentation for any purpose and
[11] Fix | Delete
* without fee is hereby granted, provided that the above copyright
[12] Fix | Delete
* notice appear in all copies and that both that copyright notice and
[13] Fix | Delete
* this permission notice appear in supporting documentation, and that
[14] Fix | Delete
* the name of M.I.T. not be used in advertising or publicity pertaining
[15] Fix | Delete
* to distribution of the software without specific, written prior
[16] Fix | Delete
* permission. Furthermore if you modify this software you must label
[17] Fix | Delete
* your software as modified software and not distribute it in such a
[18] Fix | Delete
* fashion that it might be confused with the original M.I.T. software.
[19] Fix | Delete
* M.I.T. makes no representations about the suitability of
[20] Fix | Delete
* this software for any purpose. It is provided "as is" without express
[21] Fix | Delete
* or implied warranty.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
/* Generic declarations for dynamic modules implementing krb5 plugin
[25] Fix | Delete
* modules. */
[26] Fix | Delete
[27] Fix | Delete
#ifndef KRB5_PLUGIN_H
[28] Fix | Delete
#define KRB5_PLUGIN_H
[29] Fix | Delete
[30] Fix | Delete
/* krb5_plugin_vtable is an abstract type. Module initvt functions will cast
[31] Fix | Delete
* it to the appropriate interface-specific vtable type. */
[32] Fix | Delete
typedef struct krb5_plugin_vtable_st *krb5_plugin_vtable;
[33] Fix | Delete
[34] Fix | Delete
/*
[35] Fix | Delete
* krb5_plugin_initvt_fn is the type of all module initvt functions. Based on
[36] Fix | Delete
* the maj_ver argument, the initvt function should cast vtable to the
[37] Fix | Delete
* appropriate type and then fill it in. If a vtable has been expanded,
[38] Fix | Delete
* min_ver indicates which version of the vtable is being filled in.
[39] Fix | Delete
*/
[40] Fix | Delete
typedef krb5_error_code
[41] Fix | Delete
(*krb5_plugin_initvt_fn)(krb5_context context, int maj_ver, int min_ver,
[42] Fix | Delete
krb5_plugin_vtable vtable);
[43] Fix | Delete
[44] Fix | Delete
#endif /* KRB5_PLUGIN_H */
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function