Changeset 745 for trunk/server/lib/tdb/common/dump.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/tdb/common/dump.c
r414 r745 7 7 Copyright (C) Paul `Rusty' Russell 2000 8 8 Copyright (C) Jeremy Allison 2000-2003 9 9 10 10 ** NOTE! The following LGPL license applies to the tdb 11 11 ** library. This does NOT imply that all of Samba is released 12 12 ** under the LGPL 13 13 14 14 This library is free software; you can redistribute it and/or 15 15 modify it under the terms of the GNU Lesser General Public … … 81 81 } 82 82 83 void tdb_dump_all(struct tdb_context *tdb)83 _PUBLIC_ void tdb_dump_all(struct tdb_context *tdb) 84 84 { 85 85 int i; … … 91 91 } 92 92 93 int tdb_printfreelist(struct tdb_context *tdb)93 _PUBLIC_ int tdb_printfreelist(struct tdb_context *tdb) 94 94 { 95 95 int ret;
Note:
See TracChangeset
for help on using the changeset viewer.