X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstrutil.h;h=26defd31f4ac68b05f905ba9d720ed90d0bb29fe;hb=cfb37cd15f7218cce06dc9fb77428623aa29f3a4;hp=1fdc0fd16b486c89242d7e91c14d8d17324cbb1a;hpb=abad9f28dbba9ae729f6aeb5eaaea87cb97a79af;p=silc.git diff --git a/lib/silcutil/silcstrutil.h b/lib/silcutil/silcstrutil.h index 1fdc0fd1..26defd31 100644 --- a/lib/silcutil/silcstrutil.h +++ b/lib/silcutil/silcstrutil.h @@ -111,26 +111,6 @@ char *silc_pem_encode_file(unsigned char *data, SilcUInt32 data_len); unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len, SilcUInt32 *ret_len); -/****f* silcutil/SilcStrStrUtilAPI/silc_snprintf - * - * SYNOPSIS - * - * int silc_snprintf(char *str, SilcUInt32 size, const char *format, ...); - * - * DESCRIPTION - * - * Produces output string according to the `format'. The formatting - * is equivalent to silc_snprintf(3) and sprintf(3). Returns the number of - * characters output into `str', at most `size' characters including the - * trailing '\0' character. Returns negative value on error. - * - ***/ -#ifndef SILC_SNPRINTF -int silc_snprintf(char *str, SilcUInt32 size, const char *format, ...); -#else -#define silc_snprintf snprintf -#endif /* SILC_SNPRINTF */ - /****f* silcutil/SilcStrStrUtilAPI/silc_strncat * * SYNOPSIS