1
0
mirror of https://github.com/Wind4/vlmcsd.git synced 2026-09-12 22:55:28 +08:00
Files
vlmcsd/src/ns_name.h
T

10 lines
169 B
C
Raw Normal View History

2015-11-29 17:30:52 +08:00
#ifndef NS_NAME_H_
#define NS_NAME_H_
int
2020-03-30 01:21:09 -04:00
ns_name_uncompress_vlmcsd(uint8_t *msg, uint8_t *eom, uint8_t *src,
2015-11-29 17:30:52 +08:00
char *dst, size_t dstsiz);
#endif /* NS_NAME_H_ */