Parcourir la source

Remove duplicate function declaration introduced by last merge

bel il y a 10 ans
Parent
commit
0350373c76
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      include/civetweb.h

+ 0 - 2
include/civetweb.h

@@ -601,8 +601,6 @@ CIVETWEB_API struct mg_connection *mg_connect_websocket_client(const char *host,
                                                websocket_data_func data_func, websocket_close_func close_func,
                                                void * user_data);
 
-CIVETWEB_API int mg_printf(struct mg_connection *conn, const char *fmt, ...);
-
 CIVETWEB_API struct mg_connection *mg_connect(const char *host, int port, int use_ssl,
                                  char *ebuf, size_t ebuf_len);