webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
#include "webrtc/examples/peerconnection/server/data_socket.h"
#include "webrtc/examples/peerconnection/server/peer_channel.h"
#include "webrtc/examples/peerconnection/server/utils.h"
#include "webrtc/tools/simple_command_line_parser.h"
Functions | |
void | HandleBrowserRequest (DataSocket *ds, bool *quit) |
int | main (int argc, char **argv) |
void HandleBrowserRequest | ( | DataSocket * | ds, |
bool * | quit | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |