zeek/auxil/spicy/doc/programming/examples/_mylibrary.spicy.output
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
523 B
Plaintext

# Automatically generated; do not edit. -- <HASH> spicyc -P mylib programming/examples/mylibrary.spicy/spicyc -P mylib mylibrary.spicy/False
# spicyc -P mylib mylibrary.spicy
// Prototypes for module MyLibrary
#ifndef HILTI_PROTOTYPES_MYLIBRARY_H
#include <hilti/rt/libhilti.h>
#include <spicy/rt/libspicy.h>
extern const char* __hlt_mylib_hlto_scope;
namespace MyLibrary {
extern auto rot13(const std::string& s) -> std::string;
}
namespace __hlt_mylib::MyLibrary {
extern void __register_module();
}
#endif