瀏覽代碼

Remove duplicate function declaration introduced by last merge

bel 10 年之前
父節點
當前提交
0350373c76
共有 1 個文件被更改,包括 0 次插入2 次删除
  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,
                                                websocket_data_func data_func, websocket_close_func close_func,
                                                void * user_data);
                                                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,
 CIVETWEB_API struct mg_connection *mg_connect(const char *host, int port, int use_ssl,
                                  char *ebuf, size_t ebuf_len);
                                  char *ebuf, size_t ebuf_len);