【新增】上传当前编译过程中的第三方依赖
This commit is contained in:
8
dependence/include/stellar/packet_exdata.h
Normal file
8
dependence/include/stellar/packet_exdata.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "stellar.h"
|
||||
|
||||
typedef void packet_exdata_free(struct packet *pkt, int idx, void *ex_ptr, void *arg);
|
||||
int stellar_packet_exdata_new_index(struct stellar *st, const char *name, packet_exdata_free *free_func,void *arg);
|
||||
int packet_exdata_set(struct packet *pkt, int idx, void *ex_ptr);
|
||||
void *packet_exdata_get(struct packet *pkt, int idx);
|
||||
Reference in New Issue
Block a user