20 lines
447 B
C
20 lines
447 B
C
// Auto-generated embedded web content header
|
|
// Do not edit manually - generated by embed_web_files.sh
|
|
|
|
#ifndef EMBEDDED_WEB_CONTENT_H
|
|
#define EMBEDDED_WEB_CONTENT_H
|
|
|
|
#include <stddef.h>
|
|
|
|
// Embedded file lookup function
|
|
typedef struct {
|
|
const char *path;
|
|
const unsigned char *data;
|
|
size_t size;
|
|
const char *content_type;
|
|
} embedded_file_t;
|
|
|
|
embedded_file_t *get_embedded_file(const char *path);
|
|
|
|
#endif // EMBEDDED_WEB_CONTENT_H
|