1 2 3 4 5 6 7 8 9
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> // All rights reserved. MIT License. #ifndef HANDLERS_H_ #define HANDLERS_H_ extern "C" { void handle_code_fetch(const char* module_specifier, const char* containing_file); } #endif // HANDLERS_H_