sasl: Added forward declaration of structures following recent changes
[platform/upstream/curl.git] / lib / curl_rtmp.h
index 35776aa..4a9e9e6 100644 (file)
@@ -1,6 +1,5 @@
-#ifndef __CURL_RTMP_H
-#define __CURL_RTMP_H
-
+#ifndef HEADER_CURL_RTMP_H
+#define HEADER_CURL_RTMP_H
 /***************************************************************************
  *                                  _   _ ____  _
  *  Project                     ___| | | |  _ \| |
@@ -22,7 +21,7 @@
  * KIND, either express or implied.
  *
  ***************************************************************************/
-#ifndef CURL_DISABLE_RTMP
+#ifdef USE_LIBRTMP
 extern const struct Curl_handler Curl_handler_rtmp;
 extern const struct Curl_handler Curl_handler_rtmpt;
 extern const struct Curl_handler Curl_handler_rtmpe;
@@ -31,4 +30,4 @@ extern const struct Curl_handler Curl_handler_rtmps;
 extern const struct Curl_handler Curl_handler_rtmpts;
 #endif
 
-#endif /* __CURL_RTMP_H */
+#endif /* HEADER_CURL_RTMP_H */