Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | fix the warning: |
| 2 | warning: implicit declaration of function 'generic_gss_copy_oid_set' [-Wimplicit-function-declaration] |
| 3 | |
| 4 | Upstream-Status: Pending |
| 5 | Signed-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 */ |