00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __HTTP_NEGOTIATE_H 00006 #define __HTTP_NEGOTIATE_H 00007 00008 #ifdef HAVE_GSSAPI 00009 00010 int Curl_input_negotiate(struct connectdata *conn, char *header); 00011 00012 CURLcode Curl_output_negotiate(struct connectdata *conn); 00013 00014 void Curl_cleanup_negotiate(struct SessionHandle *data); 00015 00016 #endif 00017 00018 #endif
1.5.6