OpenAFS Master Repository branch, master, updated. fb51d2796f8d7f1ae4338181a80bb5ceb58e2d3f

Gerrit Code Review gerrit@openafs.org
Fri, 10 Jul 2009 15:48:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit fb51d2796f8d7f1ae4338181a80bb5ceb58e2d3f
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Fri Jul 10 22:27:30 2009 +0100

    Export budb_prototypes.h
    
    Other modules need prototypes from the budb directory, so we need
    to export this header. However it contains lots of internal functions.
    So, split the header into budb_prototypes.h and budb_internal.h, and
    reference the internal.h header locally.
    
    Reviewed-on: http://gerrit.openafs.org/44
    Verified-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/budb/Makefile.in       |    5 ++-
 src/budb/NTMakefile        |    3 +-
 src/budb/budb_internal.h   |   92 ++++++++++++++++++++++++++++++++++++++++++++
 src/budb/budb_prototypes.h |   90 ++++---------------------------------------
 src/budb/database.c        |    2 +-
 src/budb/db_alloc.c        |    2 +-
 src/budb/db_dump.c         |    2 +-
 src/budb/db_hash.c         |    2 +-
 src/budb/db_lock.c         |    2 +-
 src/budb/db_text.c         |    2 +-
 src/budb/dbs_dump.c        |    2 +-
 src/budb/ol_verify.c       |    2 +-
 src/budb/procs.c           |    2 +-
 src/budb/server.c          |    2 +-
 src/budb/struct_ops.c      |    1 +
 15 files changed, 117 insertions(+), 94 deletions(-)

-- 
OpenAFS Master Repository