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

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

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.