David Lawrence
d5e7142f9d
#include <stddef.h> to ensure definition of NULL
2001-02-16 04:14:16 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
David Lawrence
c06afcfe58
line 126: remark(1692): prototyped function redeclared without prototype.
...
Prototype added.
2000-05-14 03:51:07 +00:00
David Lawrence
1a69a1a78c
Megacommit of dozens of files.
...
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/
2000-05-08 14:38:29 +00:00
David Lawrence
6b7257f756
include config.h
2000-04-28 02:08:20 +00:00
Bob Halley
738b9aa3de
isc_task_create() API change
2000-04-12 01:41:21 +00:00
David Lawrence
5805e57141
isc_task_setname(omapi_task, "omapi", NULL)
2000-03-18 02:04:16 +00:00
David Lawrence
2215fe02f1
Require a taskmgr and socketmgr for omapi_lib_init.
...
Create an omapi_task in omapi_lib_init and destroy it in omapi_lib_destroy.
2000-03-18 00:33:15 +00:00
David Lawrence
28f95a516b
auth_destroy in omapi_lib_destroy
2000-03-14 03:39:40 +00:00
Bob Halley
0fffa9dcca
update copyright
2000-02-03 23:17:52 +00:00
David Lawrence
fbf54b5ee2
ditch omapi_ipv6; the one place that needed it can call isc_net_probeipv6
...
directly.
note whether memory context is internal to the library so it can be
destroyed by omapi_lib_destroy.
destroy the handle table.
set destroyed pointers to null.
require omapi_lib_init only be called once (without omapi_lib_destroy).
2000-01-31 14:43:31 +00:00
David Lawrence
e0f30c15b6
checkpoint
2000-01-22 00:18:05 +00:00
David Lawrence
3eab41102f
checkpoint
2000-01-06 03:36:32 +00:00