summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_lib.h
Commit message (Collapse)AuthorAgeFilesLines
* Change ncp_scan_bindery_object() to pass a constant search string.ed2011-10-161-1/+1
| | | | | The ncp_scan_bindery_object() function does not modify search_string internally, so there is no need to declare it as `char *'.
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
| | | | Approved by: bp
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Make bn_name a const char * to quieten some warnings.dwmalone2002-07-271-1/+1
| | | | Approved by: bp (long ago)
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
| | | | | | instead of char *. MFC after: 2 weeks
* Common option '-N' do not require an argument.bp2001-01-071-2/+2
|
* Add support for C++ in the headers. Some style cleanup.bp1999-10-311-113/+107
| | | | Pointed by: bde
* Initial import of ncp library sources.bp1999-10-121-0/+258
Reviewed by: jdp, mdodd
OpenPOWER on IntegriCloud