00001 00009 #ifndef TRADE_SIG_LA_H 00010 #define TRADE_SIG_LA_H 00011 00026 int encodeChunkSignaling(const struct chunkID_set *h, const void *meta, int meta_len, uint8_t *buff, int buff_len); 00027 00039 struct chunkID_set *decodeChunkSignaling(void **meta, int *meta_len, const uint8_t *buff, int buff_len); 00040 00041 00042 #endif /* TRADE_SIG_LA_H */