blob: 6c9ebf05c34d8001983f353b31169b654bf859b2 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301fix the warning:
2warning: implicit declaration of function 'generic_gss_copy_oid_set' [-Wimplicit-function-declaration]
3
4Upstream-Status: Pending
5Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
6
7--- a/src/mglueP.h
8+++ b/src/mglueP.h
9@@ -447,6 +447,12 @@ OM_uint32 generic_gss_copy_oid
10 gss_OID * /* new_oid */
11 );
12
13+OM_uint32 generic_gss_copy_oid_set
14+ (OM_uint32 *minor_status, /* minor_status */
15+ const gss_OID_set_desc * const oidset, /* oid */
16+ gss_OID_set *new_oidset /* new_oid */
17+ );
18+
19 OM_uint32 generic_gss_create_empty_oid_set
20 (OM_uint32 *, /* minor_status */
21 gss_OID_set * /* oid_set */