summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/smbwrapper/bsd-strlfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/libsmbclient/smbwrapper/bsd-strlfunc.h')
-rw-r--r--examples/libsmbclient/smbwrapper/bsd-strlfunc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/libsmbclient/smbwrapper/bsd-strlfunc.h b/examples/libsmbclient/smbwrapper/bsd-strlfunc.h
new file mode 100644
index 0000000000..fb3a045ac6
--- /dev/null
+++ b/examples/libsmbclient/smbwrapper/bsd-strlfunc.h
@@ -0,0 +1,7 @@
+#ifndef __BSD_STRLFUNC_H__
+
+extern size_t strlcpy(char *dst, const char *src, size_t siz);
+extern size_t strlcat(char *dst, const char *src, size_t siz);
+
+#define __BSD_STRLFUNC_H__
+#endif