mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 09:16:13 +01:00
10 lines
187 B
C
10 lines
187 B
C
|
|
#ifndef NS_NAME_H_
|
|
#define NS_NAME_H_
|
|
|
|
int
|
|
ns_name_uncompress_vlmcsd(const uint8_t *msg, const uint8_t *eom, const uint8_t *src,
|
|
char *dst, size_t dstsiz);
|
|
|
|
#endif /* NS_NAME_H_ */
|