diff options
Diffstat (limited to 'libsoup/auth/soup-auth-negotiate.c')
-rw-r--r-- | libsoup/auth/soup-auth-negotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/auth/soup-auth-negotiate.c b/libsoup/auth/soup-auth-negotiate.c index cf2befcf..46bd41bd 100644 --- a/libsoup/auth/soup-auth-negotiate.c +++ b/libsoup/auth/soup-auth-negotiate.c @@ -80,7 +80,7 @@ typedef struct { * * A #GType corresponding to HTTP-based GSS-Negotiate authentication. * #SoupSessions do not support this type by default; if you want to - * enable support for it, call "add-feature-by-type"(), + * enable support for it, call soup_session_add_feature_by_type(), * passing %SOUP_TYPE_AUTH_NEGOTIATE. * * This auth type will only work if libsoup was compiled with GSSAPI |