HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //usr/share/doc/sendmail-base/examples/milter/strl.h
/*-------------------------------------------------------------------*/
/* 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));