File: mongoose_interface.h

package info (click to toggle)
swupdate 2025.12%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,004 kB
  • sloc: ansic: 66,621; python: 6,291; makefile: 791; sh: 538; javascript: 229
file content (20 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * (C) Copyright 2012-2023
 * Stefano Babic <stefano.babic@swupdate.org>
 *
 * SPDX-License-Identifier:     GPL-2.0-only
 */

#pragma once

/*
 * Max number of command line options
 * to be passed to the mongoose webserver
 */
#define MAX_OPTIONS 40
/*
 * This is used by swupdate to start the Webserver
 */
int start_mongoose(const char *cfgfname, int argc, char *argv[]);

void mongoose_print_help(void);