X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=util_shib.h;h=61893608fdc0af9f900ed17e867918f78cc51d32;hb=e3131660cc16d1d896b4931cdab1cfc80425ccd1;hp=c57d9aac2165aa73a91cc27e8dcff8bed03942c0;hpb=29b9112f4c3e0118af461a66d6d3385cea3f4a6e;p=mech_eap.git diff --git a/util_shib.h b/util_shib.h index c57d9aa..6189360 100644 --- a/util_shib.h +++ b/util_shib.h @@ -56,10 +56,10 @@ public: const gss_cred_id_t cred, const gss_ctx_id_t ctx); - void setAttribute(int complete, + bool setAttribute(int complete, const gss_buffer_t attr, const gss_buffer_t value); - void deleteAttribute(const gss_buffer_t value); + bool deleteAttribute(const gss_buffer_t value); bool getAttributeTypes(gss_eap_attr_enumeration_cb, void *data) const; bool getAttribute(const gss_buffer_t attr, int *authenticated,