]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Sun, 6 Aug 2000 22:11:47 +0000 (22:11 +0000)
committerAndreas Gustafsson <source@isc.org>
Sun, 6 Aug 2000 22:11:47 +0000 (22:11 +0000)
document that dns_journal_rollforward can return ISC_R_RANGE

lib/dns/include/dns/journal.h

index 04d49ad65a456eb64a15fa08e1bc0bab13b83884..70d373378eb3ece71ce33bf679b55ea9dfc9bfa2 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: journal.h,v 1.17 2000/06/22 21:55:40 tale Exp $ */
+/* $Id: journal.h,v 1.17.2.1 2000/08/06 22:11:47 gson Exp $ */
 
 #ifndef DNS_JOURNAL_H
 #define DNS_JOURNAL_H 1
@@ -475,6 +475,7 @@ dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db, const char *filename);
  * Returns:
  *     DNS_R_NOJOURNAL when journal does not exist.
  *     ISC_R_NOTFOUND when current serial in not in journal.
+ *     ISC_R_RANGE when current serial in not in journals range.
  *     ISC_R_SUCCESS journal has been applied successfully to database.
  *     others
  */