summaryrefslogtreecommitdiff
path: root/lib/libncp
Commit message (Collapse)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Remove duplicated extern.Boris Popov2000-01-011-1/+0
| | | | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=55298
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-125-420/+1
| | | | | | | | | sys/netncp/*. Disconnect them from here to avoid breakage. Submitted by: bp Notes: svn path=/head/; revision=53109
* Change structure field tolower to to_lower. The same for the toupper.Boris Popov1999-11-031-4/+4
| | | | Notes: svn path=/head/; revision=52819
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-317-179/+181
| | | | | | | Pointed by: bde Notes: svn path=/head/; revision=52704
* Handle SAP responces in a more correct way. Allow connection numberBoris Popov1999-10-294-21/+30
| | | | | | | greater than 255 in the broadcast messages. Notes: svn path=/head/; revision=52626
* Use ${INSTALL} instead of 'install'.Boris Popov1999-10-211-1/+1
| | | | Notes: svn path=/head/; revision=52414
* Initial import of ncp library sources.Boris Popov1999-10-1222-0/+4487
Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153