vlmcsd/src/ns_name.h

10 lines
169 B
C
Raw Permalink Normal View History

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