summaryrefslogtreecommitdiff
path: root/lib/libskey/skey.h
Commit message (Collapse)AuthorAgeFilesLines
* Compile under -W -Wall -Werror.Paul Traina1998-02-271-1/+1
| | | | | | | Fix API - keycrunch takes const char's, not chars. Notes: svn path=/head/; revision=33894
* API cleanups (use const char * where appropriate)Paul Traina1997-03-081-6/+6
| | | | | | | Cannidate for: 2.2 (please!) Notes: svn path=/head/; revision=23503
* Prevent namespace pollution cause by this library by splitting toAndrey A. Chernov1996-10-171-4/+19
| | | | | | | | | | API and non-API functions and giving _sk_ prefix for all non-API functions. Old names will be available by _SKEY_INTERNAL define it allows not change anything in keyinit & key, only -D_SKEY_INTERNAL required. Staticise some things. Notes: svn path=/head/; revision=18981
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+5
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-191-3/+6
| | | | Notes: svn path=/head/; revision=3702
* Move skey.h back where it belongsPaul Traina1994-09-291-0/+37
Notes: svn path=/head/; revision=3207