mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
add some lua library
This commit is contained in:
10
lua-protobuf/stringpool.h
Normal file
10
lua-protobuf/stringpool.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PROTOBUF_C_STRINGPOOL_H
|
||||
#define PROTOBUF_C_STRINGPOOL_H
|
||||
|
||||
struct _stringpool;
|
||||
|
||||
struct _stringpool * _pbcS_new(void);
|
||||
void _pbcS_delete(struct _stringpool *pool);
|
||||
const char * _pbcS_build(struct _stringpool *pool, const char * str , int sz);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user