forked from cory/tildefriends
6 lines
80 B
C
6 lines
80 B
C
|
#pragma once
|
||
|
|
||
|
#include "quickjs.h"
|
||
|
|
||
|
void tf_httpd_register(JSContext* context);
|