diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-04 00:50:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-04 00:50:57 +0000 |
commit | 01a6a80c56b9de25cbe0f91a4b37712d07756a00 (patch) | |
tree | 98202f649c0855fb8a4b62b64482723f3cf42c99 /lib/libsectok/sectok.3 | |
parent | dfc3a3d1f1bda41172a8654ddc262c53f9d8b4ae (diff) |
change sectok_fmt_fid() to accept a size_t for the pathname length;
must crank major, and update utils that use it
Diffstat (limited to 'lib/libsectok/sectok.3')
-rw-r--r-- | lib/libsectok/sectok.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/sectok.3 b/lib/libsectok/sectok.3 index 950fc6ebe97..6ea1820f03c 100644 --- a/lib/libsectok/sectok.3 +++ b/lib/libsectok/sectok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sectok.3,v 1.6 2003/02/18 07:51:08 jmc Exp $ +.\" $OpenBSD: sectok.3,v 1.7 2003/04/04 00:50:56 deraadt Exp $ .\" .\" Jim Rees <rees@umich.edu> .\" CITI Smartcard development <smartcards@umich.edu> @@ -66,7 +66,7 @@ .Ft int .Fn sectok_selectfile "int fd" "int cla" "unsigned char *fid" "int *swp" .Ft void -.Fn sectok_fmt_fid "char *fname" "unsigned char *fid" +.Fn sectok_fmt_fid "char *fname" "size_t fnamelen" "unsigned char *fid" .Ft int .Fn sectok_parse_atr "int fd" "int flags" "unsigned char *atr" "int len" "struct scparam *param" .Ft void |