mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
WebSockets: rename send_index_* to send_availsurf_* to avoid confusion with a static index page
This commit is contained in:
parent
e7f22cf989
commit
30c8563a6d
2 changed files with 7 additions and 7 deletions
|
|
@ -86,8 +86,8 @@ private:
|
|||
int del_client (Client);
|
||||
int recv_client (Client, void*, size_t);
|
||||
int write_client (Client);
|
||||
int send_index_hdr (Client);
|
||||
int send_index_body (Client);
|
||||
int send_availsurf_hdr (Client);
|
||||
int send_availsurf_body (Client);
|
||||
|
||||
bool io_handler (Glib::IOCondition, lws_sockfd_type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue