summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Finally document the interfaces found in libutil. While being here,Joerg Wunsch1996-12-291-1/+3
| | | | | | | | | also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :)
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-0/+44
Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc.