curl.h 35.2 KB
Newer Older
Daniel Stenberg's avatar
Daniel Stenberg committed

/* unfortunately, the easy.h and multi.h include files need options and info
  stuff before they can be included! */
#include "easy.h" /* nothing in curl is fun without the easy stuff */
#include "multi.h"

#endif /* __CURL_CURL_H */