[INN-COMMITTERS] inn (13 files)

Russ Allbery Russ_Allbery at isc.org
Thu Feb 28 21:28:01 UTC 2002


    Date: Thursday, February 28, 2002 @ 13:28:01
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

Modified: frontends/ovdb_server.c include/ov.h nnrpd/article.c
          storage/buffindexed/buffindexed.c
          storage/buffindexed/buffindexed.h storage/ov.c storage/ov3/ov3.c
          storage/ov3/tradindexed.h storage/ovdb/ovdb-private.h
          storage/ovdb/ovdb.c storage/ovdb/ovdb.h storage/ovinterface.h
          tests/overview/tradindexed-t.c

Remove the unused data and length arguments to OVgetartinfo since support
for them was broken in tradindexed and buffindexed anyway and INN doesn't
need them.  Make the appropriate tweaks to the implementations to no longer
worry about trying to return the complete overview information to callers
of OVgetartinfo, and remove the "NULL, NULL" arguments in all callers.


-----------------------------------+
 frontends/ovdb_server.c           |    8 ++-----
 include/ov.h                      |    2 -
 nnrpd/article.c                   |    6 ++---
 storage/buffindexed/buffindexed.c |   16 ++++++--------
 storage/buffindexed/buffindexed.h |    2 -
 storage/ov.c                      |    6 ++---
 storage/ov3/ov3.c                 |    6 ++---
 storage/ov3/tradindexed.h         |    2 -
 storage/ovdb/ovdb-private.h       |    2 -
 storage/ovdb/ovdb.c               |   40 +++++++++---------------------------
 storage/ovdb/ovdb.h               |    2 -
 storage/ovinterface.h             |    4 +--
 tests/overview/tradindexed-t.c    |    4 +--
 13 files changed, 37 insertions(+), 63 deletions(-)


More information about the inn-committers mailing list