summaryrefslogtreecommitdiff
path: root/src/handlers.h
blob: b398eca61e0f84a98c8e0dc300f9ea9f2df34bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// All rights reserved. MIT License.
#ifndef HANDLERS_H_
#define HANDLERS_H_
extern "C" {
#include <stdint.h>

void handle_code_fetch(uint32_t cmd_id, const char* module_specifier,
                       const char* containing_file);
}
#endif  // HANDLERS_H_