#ifndef STREAM_BUILTIN_H #define STREAM_BUILTIN_H #include "route_runtime.h" int start_stream_builtin(conn_t *conn); #endif