summaryrefslogtreecommitdiff
path: root/src/common/stringx.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-26 09:54:31 +0000
committerStef Walter <stef@memberwebs.com>2006-01-26 09:54:31 +0000
commit1ded2732d4c290dbff64d8091def1f70b76f6282 (patch)
tree4aa4dfa403304e9ee59cce693263ca607b36502f /src/common/stringx.h
parent7fcead4473bc224bc8c6a66e2db3b3ee87f751d4 (diff)
SNMP support coded in.
Diffstat (limited to 'src/common/stringx.h')
-rw-r--r--src/common/stringx.h3
1 files changed, 3 insertions, 0 deletions
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__ */