mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove prototypes for nonexistant functions [RT #1240]
This commit is contained in:
parent
3f8a9e5196
commit
55ff3f6e65
1 changed files with 1 additions and 13 deletions
|
|
@ -16,7 +16,7 @@
|
|||
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sexpr.h,v 1.2 2001/03/27 20:08:11 bwelling Exp $ */
|
||||
/* $Id: sexpr.h,v 1.3 2001/05/03 18:40:33 bwelling Exp $ */
|
||||
|
||||
#ifndef ISCCC_SEXPR_H
|
||||
#define ISCCC_SEXPR_H 1
|
||||
|
|
@ -57,9 +57,6 @@ isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr);
|
|||
isccc_sexpr_t *
|
||||
isccc_sexpr_tconst(void);
|
||||
|
||||
isccc_sexpr_t *
|
||||
isccc_sexpr_nilconst(void);
|
||||
|
||||
isccc_sexpr_t *
|
||||
isccc_sexpr_fromstring(const char *str);
|
||||
|
||||
|
|
@ -87,15 +84,6 @@ isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr);
|
|||
isccc_sexpr_t *
|
||||
isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2);
|
||||
|
||||
isccc_sexpr_t *
|
||||
isccc_sexpr_assq(isccc_sexpr_t *alist, const char *key);
|
||||
|
||||
isccc_sexpr_t *
|
||||
isccc_sexpr_define(isccc_sexpr_t *alist, const char *key, isccc_sexpr_t *value);
|
||||
|
||||
isccc_sexpr_t *
|
||||
isccc_sexpr_lookup(isccc_sexpr_t *alist, const char *key);
|
||||
|
||||
isc_boolean_t
|
||||
isccc_sexpr_listp(isccc_sexpr_t *sexpr);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue