#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include "mongoose.h"
Go to the source code of this file.
Classes | |
struct | conn_state |
Functions | |
static int | ev_handler (struct mg_connection *conn, enum mg_event ev) |
int | main (int argc, char *argv[]) |
static void | send_file (struct mg_connection *conn, const char *path) |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 30 of file mjpg_streamer.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 87 of file mjpg_streamer.c.
static void send_file | ( | struct mg_connection * | conn, |
const char * | path | ||
) | [static] |
Definition at line 8 of file mjpg_streamer.c.