Added jack plugs into netyack
[transsip-mirror.git] / src / strlcpy.h
blob1d1791235add683b77b523374f9664ded7ab3a06
1 /*
2 * netyack
3 * By Daniel Borkmann <daniel@netyack.org>
4 * Copyright 2009, 2010 Daniel Borkmann.
5 * Subject to the GPL, version 2.
6 */
8 #ifndef STRLCPY_H
9 #define STRLCPY_H
11 extern size_t strlcpy(char *dest, const char *src, size_t size);
13 #endif /* STRLCPY_H */