summaryrefslogtreecommitdiff
path: root/debian/examples/milter/strl.h
blob: f3c8cdb7894f25aa7c1e012f5017c8168438bd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*-------------------------------------------------------------------*/
/* strl.h: include file for functions in strl.c                      */
/*         buried in the bottom of include/sendmail/sendmail.h       */
/*         extracted and placed herein.                              */
/*                                                                   */
/* referenced by:  ./sample.c                                        */
/* defined by:     /usr/lib/libmilter/libsm.a                        */
/*                                                                   */
/* Richard Nelson <cowboy@debian.org>                                */
/*-------------------------------------------------------------------*/

#define strlcpy sm_strlcpy
#define strlcat sm_strlcat

extern size_t   sm_strlcpy __P((char *, const char *, size_t));
extern size_t   sm_strlcat __P((char *, const char *, size_t));