mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
add some lua library
This commit is contained in:
10
lua-protobuf/bootstrap.h
Normal file
10
lua-protobuf/bootstrap.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PROTOBUF_C_BOOTSTRAP_H
|
||||
#define PROTOBUF_C_BOOTSTRAP_H
|
||||
|
||||
#include "proto.h"
|
||||
#include "pbc.h"
|
||||
|
||||
void _pbcB_init(struct pbc_env *);
|
||||
void _pbcB_register_fields(struct pbc_env *, pbc_array queue);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user