summaryrefslogtreecommitdiff
path: root/src/handlers.h
blob: 921ae62b1224bdccf69a723b9725bb79cd08ffb6 (plain)
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_