mirror of https://github.com/Wind4/vlmcsd
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
187 B
C
10 lines
187 B
C
9 years ago
|
|
||
|
#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_ */
|