bel2125 преди 3 години
родител
ревизия
377b8afab5
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/civetweb.c

+ 0 - 2
src/civetweb.c

@@ -3830,7 +3830,6 @@ get_header(const struct mg_header *hdr, int num_hdr, const char *name)
 }
 
 
-#if defined(USE_WEBSOCKET)
 /* Retrieve requested HTTP header multiple values, and return the number of
  * found occurrences */
 static int
@@ -3850,7 +3849,6 @@ get_req_headers(const struct mg_request_info *ri,
 	}
 	return cnt;
 }
-#endif
 
 
 CIVETWEB_API const char *