From 1ded2732d4c290dbff64d8091def1f70b76f6282 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 26 Jan 2006 09:54:31 +0000 Subject: SNMP support coded in. --- src/common/stringx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/stringx.h') diff --git a/src/common/stringx.h b/src/common/stringx.h index 2fff195..042cf2d 100644 --- a/src/common/stringx.h +++ b/src/common/stringx.h @@ -47,4 +47,7 @@ char* trim_space(char* data); int strtob(const char* str); +size_t +strlcpy(char *dst, const char *src, size_t len); + #endif /* __STRINGX_H__ */ -- cgit v1.2.3