source: branches/samba-3.0/examples/libsmbclient/smbwrapper/bsd-strlfunc.h

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 189 bytes
Line 
1#ifndef __BSD_STRLFUNC_H__
2
3extern size_t strlcpy(char *dst, const char *src, size_t siz);
4extern size_t strlcat(char *dst, const char *src, size_t siz);
5
6#define __BSD_STRLFUNC_H__
7#endif
Note: See TracBrowser for help on using the repository browser.