]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Export budb_prototypes.h
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Fri, 10 Jul 2009 21:27:30 +0000 (22:27 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Fri, 10 Jul 2009 22:47:59 +0000 (16:47 -0600)
commitfb51d2796f8d7f1ae4338181a80bb5ceb58e2d3f
tree37d0b639b242b95c58fc3bf8e61620abd58c2dbd
parentdae49105c81b526f7fb3c3832984e9411c5c7ac2
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>
15 files changed:
src/budb/Makefile.in
src/budb/NTMakefile
src/budb/budb_internal.h [new file with mode: 0644]
src/budb/budb_prototypes.h
src/budb/database.c
src/budb/db_alloc.c
src/budb/db_dump.c
src/budb/db_hash.c
src/budb/db_lock.c
src/budb/db_text.c
src/budb/dbs_dump.c
src/budb/ol_verify.c
src/budb/procs.c
src/budb/server.c
src/budb/struct_ops.c