diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-07-27 21:55:37 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-07-27 21:55:37 +0000 |
commit | e07d576a30318fa3e3abe325d8f7a20ffacc0135 (patch) | |
tree | 29728b25bafee96214f486921ca2bf60d21e4d03 /lib/libsectok/shlib_version | |
parent | 0ca28e7501431790453b2b8a3407d95cb0df734f (diff) |
add sectok_friendly_open() - like sectok_open() but accepts
the reader as a string instead of an integer. ok rees@
Diffstat (limited to 'lib/libsectok/shlib_version')
-rw-r--r-- | lib/libsectok/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsectok/shlib_version b/lib/libsectok/shlib_version index 012c14171d3..3f0196ebf4a 100644 --- a/lib/libsectok/shlib_version +++ b/lib/libsectok/shlib_version @@ -1,2 +1,2 @@ major=3 -minor=0 +minor=1 |